s5e8825-common: Setup Gatekeeper

Change-Id: Id817d5d8accea002fede6fdfd68cbdd1e972daa5
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Majaahh
2025-08-31 23:16:20 +02:00
parent 15b3328b6c
commit e12bd754c9
4 changed files with 41 additions and 0 deletions

View File

@@ -115,6 +115,46 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "gatekeeper.s5e8825",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm: {
srcs: [
"proprietary/vendor/lib/hw/gatekeeper.s5e8825.so",
],
shared_libs: [
"libteecl",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
android_arm64: {
srcs: [
"proprietary/vendor/lib64/hw/gatekeeper.s5e8825.so",
],
shared_libs: [
"libteecl",
"liblog",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "both",
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "libSEF.quram",
owner: "samsung",