summaryrefslogtreecommitdiff
path: root/sdm660_64.mk
diff options
context:
space:
mode:
authorPawan Chilka <pchilk@codeaurora.org>2017-05-24 11:06:37 +0530
committerPawan Chilka <pchilk@codeaurora.org>2017-05-24 15:16:41 +0530
commitaf8025e2c3dfc510e4422e58fc57d48057e1f4c0 (patch)
treead4b56ca7b22f00bfd7f34de7cba9075fbe62960 /sdm660_64.mk
parentf616b465fccfa67423fc1128175764f004f31ea2 (diff)
Added HAL's List
Change-Id: I221894cfe9136b0f532852862fbfc4afb04abc55
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r--sdm660_64.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk
index 9bfc916..ac211f8 100644
--- a/sdm660_64.mk
+++ b/sdm660_64.mk
@@ -82,7 +82,7 @@ ifneq (,$(strip $(wildcard $(PRODUCT_RENDERING_ENGINE_REVLIB))))
endif
# Enable features in video HAL that can compile only on this platform
-TARGET_USES_MEDIA_EXTENSIONS := false
+TARGET_USES_MEDIA_EXTENSIONS := true
# WLAN chipset
WLAN_CHIPSET := qca_cld3
@@ -151,6 +151,15 @@ PRODUCT_PACKAGES += \
android.hardware.light@2.0-service \
android.hardware.configstore@1.0-service
+PRODUCT_PACKAGES += \
+ vendor.display.color@1.0-service \
+ vendor.display.color@1.0-impl
+
+# Vibrator
+PRODUCT_PACKAGES += \
+ android.hardware.vibrator@1.0-impl \
+ android.hardware.vibrator@1.0-service \
+
# Camera configuration file. Shared by passthrough/binderized camera HAL
PRODUCT_PACKAGES += camera.device@3.2-impl
PRODUCT_PACKAGES += camera.device@1.0-impl