summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2019-06-28 00:43:10 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-06-28 00:43:10 +0000
commit1e05627ecc86fd397cf6cc2fc12b41dd30b5ab17 (patch)
treeb9d96d884509db4c97bf685d200b33c187e1a633 /device-common.mk
parentead7eed28d461b94d7046f54e148d7376878b552 (diff)
parente46fc83520c38963742a9be37979e9baba0e6abd (diff)
downloadhikey-1e05627ecc86fd397cf6cc2fc12b41dd30b5ab17.tar.gz
Merge changes from topic "gatekeeper_maintenance"android-o-mr1-iot-release-1.0.14
* changes: Add HIDLized software gatekeeper HAL to hikey builds. Revert "HiKey/HiKey960: Add gatekeeper hal from cuttlefish"
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device-common.mk b/device-common.mk
index 2d245a2b..85e9f333 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -115,6 +115,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.gnss@1.0-impl
+# Software Gatekeeper HAL
+PRODUCT_PACKAGES += \
+ android.hardware.gatekeeper@1.0-service.software
+
# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \