diff options
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 11 |
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 |