r8q: Use blobbed Gatekeeper HAL

* Samsung added a function called isMdfppGatekeeper() for registering HAL as default or mdfpp. AOSP gatekeeper doesn't support that kind of approach and we need to register gatekeeper-qti as default. Use blobbed gatekeeper until a proper gatekeeper mdfpp bringup.

* This affects all Samsung SM8250 platform.

Signed-off-by: ata-kaner <ata_kaner@outlook.com>
This commit is contained in:
ata-kaner
2024-01-07 14:02:30 +03:00
parent 30c4d4c1ed
commit 798311fabf
4 changed files with 23 additions and 0 deletions
+2
View File
@@ -95,6 +95,7 @@ PRODUCT_COPY_FILES += \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.bluetooth@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.bluetooth@1.0-service-qti.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.clearkey.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.clearkey.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.drm@1.3-service.widevine.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.drm@1.3-service.widevine.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-mdfpp.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gatekeeper@1.0-service-mdfpp.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.gnss@2.1-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.gnss@2.1-service-qti.rc \
vendor/samsung/r8q/proprietary/vendor/etc/init/android.hardware.health@2.1-service-samsung.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.health@2.1-service-samsung.rc \
@@ -1465,6 +1466,7 @@ PRODUCT_PACKAGES += \
HotwordEnrollmentOKGoogleEx3HEXAGON \
HotwordEnrollmentXGoogleEx3HEXAGON \
com.android.hotwordenrollment.common.util \
android.hardware.gatekeeper@1.0-service \
android.hardware.gnss@2.1-service-qti \
android.hardware.health@2.1-samsung \
android.hardware.keymaster@4.0-strongbox-service-qti \