diff options
author | Anurudh Kumar Tiwari <aktiwari@codeaurora.org> | 2017-06-12 18:14:14 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-15 05:19:36 -0700 |
commit | 3e671e17958a413c149cb8518e7adbed4c56fb28 (patch) | |
tree | fd5f5eb189372f64674edf210dd83f2d640dd1f7 /sdm660_64.mk | |
parent | 0072f36ad2a53a61cebf6e80cb51c76783b69db0 (diff) |
SDM660_64 : Enabling full treble on SDM660
Change-Id: I2d05369b5d945a575fb6d493faf22d2d90519058
Diffstat (limited to 'sdm660_64.mk')
-rw-r--r-- | sdm660_64.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sdm660_64.mk b/sdm660_64.mk index 449cc90..62b4b56 100644 --- a/sdm660_64.mk +++ b/sdm660_64.mk @@ -149,7 +149,8 @@ PRODUCT_PACKAGES += \ android.hardware.memtrack@1.0-service \ android.hardware.light@2.0-impl \ android.hardware.light@2.0-service \ - android.hardware.configstore@1.0-service + android.hardware.configstore@1.0-service \ + android.hardware.broadcastradio@1.0-impl PRODUCT_PACKAGES += \ vendor.display.color@1.0-service \ @@ -199,6 +200,8 @@ ifeq ($(ENABLE_VENDOR_IMAGE), true) PRODUCT_VENDOR_VERITY_PARTITION := /dev/block/bootdevice/by-name/vendor endif +PRODUCT_FULL_TREBLE_OVERRIDE := true + #for android_filesystem_config.h PRODUCT_PACKAGES += \ fs_config_files @@ -249,6 +252,3 @@ PRODUCT_PACKAGES += android.hardware.health@1.0-impl \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.opengles.aep.xml:system/etc/permissions/android.hardware.opengles.aep.xml -#Enable keymaster Impl HAL Compilation -PRODUCT_PACKAGES += android.hardware.keymaster@3.0-impl - |