s5e8825-common: Add SecNative blobs

Change-Id: I4c9466d155e8450b9e3b7b6acd56aed70c32ec18
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Tim Zimmerman
2025-08-31 23:24:37 +02:00
committed by Majaahh
parent ea83c3ea06
commit b63eee1063
4 changed files with 42 additions and 0 deletions

View File

@@ -1216,6 +1216,47 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libsecnativefeature",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/libsecnativefeature.so",
],
shared_libs: [
"libexpat",
"libcutils",
"libz",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/libsecnativefeature.so",
],
shared_libs: [
"libexpat",
"libcutils",
"libz",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libsecril-client",
owner: "samsung",