sm8250-common: Build Gatekeeper MDFPP service

Change-Id: I0060a65ac120243cfeac5d9b9ebf98927a941994
This commit is contained in:
Atakan
2025-08-30 19:47:18 +03:00
parent 2a93073a6f
commit b9558414f2
3 changed files with 29 additions and 0 deletions
+28
View File
@@ -5101,6 +5101,34 @@ cc_prebuilt_library_shared {
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "gatekeeper.mdfpp",
owner: "samsung",
strip: {
none: true,
},
target: {
android_arm64: {
srcs: [
"proprietary/vendor/lib64/hw/gatekeeper.mdfpp.so",
],
shared_libs: [
"libQSEEComAPI",
"liblog",
"libcrypto-v33",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
relative_install_path: "hw",
prefer: true,
soc_specific: true,
}
cc_prebuilt_library_shared {
name: "vendor.qti.hardware.capabilityconfigstore@1.0-impl",
owner: "samsung",
Binary file not shown.
+1
View File
@@ -232,6 +232,7 @@ PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-impl-qti \
android.hardware.gatekeeper@1.0-impl-qti \
camera.qcom \
gatekeeper.mdfpp \
vendor.qti.hardware.capabilityconfigstore@1.0-impl \
vendor.qti.hardware.qteeconnector@1.0-impl \
libDepthBokehVideo_interface \