gatekeeper: switch to aidl apex

* 6ecd625b28
This commit is contained in:
Konsta
2025-03-03 19:43:03 +02:00
parent 3ad6a96d46
commit 2ecea7b694
4 changed files with 3 additions and 4 deletions

View File

@@ -164,7 +164,7 @@ PRODUCT_PACKAGES += \
# Gatekeeper
PRODUCT_PACKAGES += \
android.hardware.gatekeeper@1.0-service.software
com.android.hardware.gatekeeper.nonsecure
# Graphics
PRODUCT_PACKAGES += \

View File

@@ -14,9 +14,6 @@
# FFmpeg
/vendor/bin/hw/android\.hardware\.media\.c2@1\.2-service-ffmpeg u:object_r:mediacodec_exec:s0
# Gatekeeper
/vendor/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software u:object_r:hal_gatekeeper_default_exec:s0
# Graphics
/dev/dri u:object_r:gpu_device:s0
/dev/dri/card0 u:object_r:gpu_device:s0

1
sepolicy/keystore.te Normal file
View File

@@ -0,0 +1 @@
hal_client_domain(keystore, hal_gatekeeper)

View File

@@ -1,2 +1,3 @@
android.hardware.drm.IDrmFactory/widevine u:object_r:hal_drm_service:s0
android.hardware.security.sharedsecret.ISharedSecret/gatekeeper u:object_r:hal_gatekeeper_service:s0
mapper/minigbm_gbm_mesa u:object_r:hal_graphics_mapper_service:s0