From af8025e2c3dfc510e4422e58fc57d48057e1f4c0 Mon Sep 17 00:00:00 2001 From: Pawan Chilka Date: Wed, 24 May 2017 11:06:37 +0530 Subject: Added HAL's List Change-Id: I221894cfe9136b0f532852862fbfc4afb04abc55 --- sdm660_64.mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'sdm660_64.mk') 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 -- cgit v1.2.3