diff --git a/Android.bp b/Android.bp index 8e176de..6dd8ee5 100644 --- a/Android.bp +++ b/Android.bp @@ -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", diff --git a/proprietary/vendor/lib64/hw/gatekeeper.mdfpp.so b/proprietary/vendor/lib64/hw/gatekeeper.mdfpp.so new file mode 100644 index 0000000..089d054 Binary files /dev/null and b/proprietary/vendor/lib64/hw/gatekeeper.mdfpp.so differ diff --git a/sm8250-common-vendor.mk b/sm8250-common-vendor.mk index bce49fe..ee4d394 100644 --- a/sm8250-common-vendor.mk +++ b/sm8250-common-vendor.mk @@ -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 \