sm8250-common: Build Gatekeeper MDFPP service
Change-Id: I0060a65ac120243cfeac5d9b9ebf98927a941994
This commit is contained in:
+28
@@ -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",
|
||||
|
||||
BIN
Binary file not shown.
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user