s5e8825-common: Setup Gatekeeper
Change-Id: Id817d5d8accea002fede6fdfd68cbdd1e972daa5 Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
40
Android.bp
40
Android.bp
@@ -115,6 +115,46 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libSEF.quram",
|
name: "libSEF.quram",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
BIN
proprietary/vendor/lib/hw/gatekeeper.s5e8825.so
vendored
Normal file
BIN
proprietary/vendor/lib/hw/gatekeeper.s5e8825.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/hw/gatekeeper.s5e8825.so
vendored
Normal file
BIN
proprietary/vendor/lib64/hw/gatekeeper.s5e8825.so
vendored
Normal file
Binary file not shown.
@@ -18,6 +18,7 @@ PRODUCT_COPY_FILES += \
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
audio.primary.s5e8825 \
|
audio.primary.s5e8825 \
|
||||||
audio.sec_primary.default \
|
audio.sec_primary.default \
|
||||||
|
gatekeeper.s5e8825 \
|
||||||
libSEF.quram \
|
libSEF.quram \
|
||||||
libSamsungPostProcessConvertor \
|
libSamsungPostProcessConvertor \
|
||||||
lib_SamsungRec_07010 \
|
lib_SamsungRec_07010 \
|
||||||
|
|||||||
Reference in New Issue
Block a user