s5e8825-common: Add PROCA blobs

Change-Id: I5cc358be196908c4e83ceab1e71dfc1383e03bf6
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Majaahh
2025-08-31 23:24:58 +02:00
parent b63eee1063
commit 322a10212d
6 changed files with 45 additions and 1 deletions

View File

@@ -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,