Provide placeholder OEMCrypto file for RISCV

In order to build RISCV targets in internal master, a value must be
supplied to libwvdrmengine to satisfy the build for riscv64. For now,
point the build to the x86_64 file as a workaround.

Change-Id: I632198279586f2ab974aed9daadd72f378e13094
This commit is contained in:
Prashanth Swaminathan
2023-04-26 07:09:44 -07:00
parent 1979978bdb
commit 6f16f52e29

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,