hikey/hikey960: Add more services for treble
am: d013ca8434
Change-Id: Iaf8b60d69fc5cacc9e6ac394877e995cf190fa1b
diff --git a/device-common.mk b/device-common.mk
index cbd48ce..2ab5d20 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -41,6 +41,7 @@
tinyplay
PRODUCT_PACKAGES += \
+ android.hardware.audio@2.0-service \
android.hardware.audio@2.0-impl \
android.hardware.audio.effect@2.0-impl \
android.hardware.broadcastradio@1.0-impl \
@@ -54,7 +55,9 @@
# Graphics HAL
PRODUCT_PACKAGES += \
android.hardware.graphics.allocator@2.0-impl \
+ android.hardware.graphics.allocator@2.0-service \
android.hardware.graphics.composer@2.1-impl \
+ android.hardware.graphics.composer@2.1-service \
android.hardware.graphics.mapper@2.0-impl
# Memtrack
@@ -77,7 +80,9 @@
# Keymaster HAL
PRODUCT_PACKAGES += \
- android.hardware.keymaster@3.0-impl
+ android.hardware.keymaster@3.0-impl \
+ android.hardware.keymaster@3.0-service
+
# Sensor HAL
ifneq ($(TARGET_SENSOR_MEZZANINE),)