s5e8825-common: Add SecNative blobs
Change-Id: I4c9466d155e8450b9e3b7b6acd56aed70c32ec18 Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
41
Android.bp
41
Android.bp
@@ -1216,6 +1216,47 @@ cc_prebuilt_library_shared {
|
|||||||
soc_specific: true,
|
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 {
|
cc_prebuilt_library_shared {
|
||||||
name: "libsecril-client",
|
name: "libsecril-client",
|
||||||
owner: "samsung",
|
owner: "samsung",
|
||||||
|
|||||||
BIN
proprietary/vendor/lib/libsecnativefeature.so
vendored
Normal file
BIN
proprietary/vendor/lib/libsecnativefeature.so
vendored
Normal file
Binary file not shown.
BIN
proprietary/vendor/lib64/libsecnativefeature.so
vendored
Normal file
BIN
proprietary/vendor/lib64/libsecnativefeature.so
vendored
Normal file
Binary file not shown.
@@ -71,6 +71,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libsecaudiocoreutils \
|
libsecaudiocoreutils \
|
||||||
libsecaudioinfo \
|
libsecaudioinfo \
|
||||||
libsecaudiolevel \
|
libsecaudiolevel \
|
||||||
|
libsecnativefeature \
|
||||||
libsecril-client \
|
libsecril-client \
|
||||||
libsehbluetooth_audio_session_aidl \
|
libsehbluetooth_audio_session_aidl \
|
||||||
libsemnativecarrierfeature \
|
libsemnativecarrierfeature \
|
||||||
|
|||||||
Reference in New Issue
Block a user