universal7580: Add gatekeeper software HIDL service.
authorAmit Pundir <amit.pundir@linaro.org>
Mon, 8 Jul 2019 16:47:09 +0000 (22:17 +0530)
committerDanny Wood <danwood76@gmail.com>
Sun, 3 Jan 2021 10:35:07 +0000 (10:35 +0000)
Use the default software implementation of gatekeeper.

Change-Id: Id696752ad78047155cad6a5dafe7ca1b4fe86345
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
device-common.mk
sepolicy/file_contexts

index 503924e8dd1226964287403cc6f5676c7e928811..a7d19a6142ce88ba80049827c9cbed685c72cfd7 100644 (file)
@@ -85,6 +85,10 @@ PRODUCT_PACKAGES += \
     android.hardware.health@2.0-impl \
     android.hardware.health@2.0-service
 
+# Gatekeeper
+PRODUCT_PACKAGES += \
+    android.hardware.gatekeeper@1.0-service.software
+
 # Keymaster
 PRODUCT_PACKAGES += \
     keystore.exynos5 \
index 7ceb0ea6e5c3d5ac1f90412ffa3fe2d60a250729..2f0f5012f587f1404c39d29ca8f2d29f1a8538d3 100644 (file)
 /(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.samsung               u:object_r:hal_light_default_exec:s0
 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@2\.1-service\.samsung u:object_r:hal_fingerprint_default_exec:s0
 /(vendor|system/vendor)/bin/hw/android\.hardware\.power@1\.0-service\.exynos                u:object_r:hal_power_default_exec:s0
+
+# Gatekeeper
+/(vendor|system/vendor)/bin/hw/android\.hardware\.gatekeeper@1\.0-service\.software                    u:object_r:hal_gatekeeper_default_exec:s0