Add drm HALs to device makefiles

bug:32815560
Change-Id: Ifb59374d2ba9e81d1d2628545db67ae320a740fa
diff --git a/device-common.mk b/device-common.mk
index 66154fd..83435f7 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -144,6 +144,14 @@
     android.hardware.audio@2.0-service
 endif
 
+PRODUCT_PACKAGES += \
+    android.hardware.drm@1.0-impl \
+
+ifeq ($(ENABLE_TREBLE), true)
+PRODUCT_PACKAGES += \
+    android.hardware.drm@1.0-service
+endif
+
 # set audio fluence, ns, aec property
 PRODUCT_PROPERTY_OVERRIDES += \
     ro.qc.sdk.audio.fluencetype=fluencepro \