sm6150-common: Remove PRODUCT_AAPT config

This config strips unused drawable resources from the device
to save space, but it is not particularly effective in practice
(roughly ~30 MB across all partitions).

Remove it to make the system image more generic.

Bug: 118676832
Test: make
Change-Id: I3ae120773e793af6e7b5759d383b7fa9c65aeb48
This commit is contained in:
Anton Hansson 2018-12-12 16:15:21 +00:00 committed by Arian
parent f0757bc8eb
commit c7e7b9cf4e
No known key found for this signature in database
GPG Key ID: 48029380598CE3B9

View File

@ -290,10 +290,6 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
init.recovery.qcom.rc
# Screen density
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxhdpi
# Sensors
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \