Merge "Provide placeholder OEMCrypto file for RISCV"
This commit is contained in:
committed by
Android (Google) Code Review
commit
24ae69ee55
@@ -71,6 +71,13 @@ cc_library_static {
|
|||||||
"x86_64/libl3oemcrypto.cpp",
|
"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,
|
proprietary: true,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user