Merge "Provide placeholder OEMCrypto file for RISCV"

This commit is contained in:
Treehugger Robot
2023-04-26 18:27:23 +00:00
committed by Android (Google) Code Review

View File

@@ -71,6 +71,13 @@ cc_library_static {
"x86_64/libl3oemcrypto.cpp",
],
},
riscv64: {
srcs: [
// Until the L3 OEMCrypto files are regenerated for riscv64
// platforms, point to x86_64 to satisfy the builder.
"x86_64/libl3oemcrypto.cpp",
],
},
},
proprietary: true,