aboutsummaryrefslogtreecommitdiff
path: root/sdm660.mk
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-12-12 16:15:21 +0000
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:49:34 +0300
commitc73b61f2bb4d59485de0cd3bd0f60222d4c930a7 (patch)
tree522f91d927bc5937914b077f628bceaceb556136 /sdm660.mk
parentc839b2515e833ced7f8b3d0d47df62082d007384 (diff)
sdm660-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
Diffstat (limited to 'sdm660.mk')
-rw-r--r--sdm660.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/sdm660.mk b/sdm660.mk
index 0f84e0e..8df7174 100644
--- a/sdm660.mk
+++ b/sdm660.mk
@@ -28,10 +28,6 @@ $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk)
$(call inherit-product, $(LOCAL_PATH)/properties.mk)
PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
-# Screen density
-PRODUCT_AAPT_CONFIG := normal
-PRODUCT_AAPT_PREF_CONFIG := xxhdpi
-
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \