aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Stefani <luca020400@lineageos.org>2017-08-22 22:14:55 +0200
committerdd3boh <dade.garberi@gmail.com>2017-09-07 17:34:14 +0200
commit5c28c3ec7d1dcb7006dea007225b7d07b330bb7e (patch)
tree0653ce4d8e91c58f81758ebbf814dfe25b593221
parent7b93e909c6c964112a53fba7869c6d360a584352 (diff)
oneplus3: Build Keymaster HIDL HAL
Change-Id: If3f75038a0aa435aaa6a4ed5eea0dccc21679995
-rw-r--r--device.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index d5052a6..a7f8811 100644
--- a/device.mk
+++ b/device.mk
@@ -185,6 +185,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/msm8996-tasha-mtp-snd-card_Button_Jack.kl:system/usr/keylayout/msm8996-tasha-mtp-snd-card_Button_Jack.kl \
$(LOCAL_PATH)/keylayout/qpnp_pon.kl:system/usr/keylayout/qpnp_pon.kl
+# Keymaster HAL
+PRODUCT_PACKAGES += \
+ android.hardware.keymaster@3.0-impl
+
# Lights
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl \