diff --git a/configs/manifest.xml b/configs/manifest.xml
index 93d4151..fe25ccd 100644
--- a/configs/manifest.xml
+++ b/configs/manifest.xml
@@ -319,5 +319,14 @@
slot2
+
+ android.hardware.gatekeeper
+ hwbinder
+ 1.0
+
+ IGatekeeper
+ default
+
+
diff --git a/device.mk b/device.mk
index bceb9b5..f7ccbf6 100644
--- a/device.mk
+++ b/device.mk
@@ -176,7 +176,8 @@ PRODUCT_PACKAGES += \
# Gatekeeper HAL
PRODUCT_PACKAGES += \
- android.hardware.gatekeeper@1.0-impl
+ android.hardware.gatekeeper@1.0-impl \
+ android.hardware.gatekeeper@1.0-service
# GNSS HAL
PRODUCT_PACKAGES += \