s5e8825-common: Add PROCA blobs
Change-Id: I5cc358be196908c4e83ceab1e71dfc1383e03bf6 Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
27
Android.bp
27
Android.bp
@@ -3161,6 +3161,33 @@ cc_prebuilt_binary {
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
cc_prebuilt_binary {
|
||||
name: "vendor.samsung.hardware.security.proca@2.0-service",
|
||||
owner: "samsung",
|
||||
target: {
|
||||
android_arm64: {
|
||||
srcs: [
|
||||
"proprietary/vendor/bin/vendor.samsung.hardware.security.proca@2.0-service",
|
||||
],
|
||||
shared_libs: [
|
||||
"libteecl",
|
||||
"liblog",
|
||||
"libutils",
|
||||
"libc++",
|
||||
"libc",
|
||||
"libm",
|
||||
"libdl",
|
||||
],
|
||||
},
|
||||
},
|
||||
compile_multilib: "64",
|
||||
strip: {
|
||||
none: true,
|
||||
},
|
||||
prefer: true,
|
||||
soc_specific: true,
|
||||
}
|
||||
|
||||
install_symlink {
|
||||
name: "vendor_lib_libOpenCL_so",
|
||||
soc_specific: true,
|
||||
|
||||
Reference in New Issue
Block a user