Merge "Add drm HALs to device makefiles"
diff --git a/device-common.mk b/device-common.mk
index 74aec86..d4e06e2 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -68,6 +68,10 @@
 PRODUCT_PACKAGES += \
     android.hardware.gnss@1.0-impl
 
+# Keymaster HAL
+PRODUCT_PACKAGES += \
+    android.hardware.keymaster@3.0-impl
+
 # Copy hardware config file(s)
 PRODUCT_COPY_FILES +=  \
         device/linaro/hikey/etc/permissions/android.hardware.screen.xml:system/etc/permissions/android.hardware.screen.xml \