From c73b61f2bb4d59485de0cd3bd0f60222d4c930a7 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Wed, 12 Dec 2018 16:15:21 +0000 Subject: 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 --- sdm660.mk | 4 ---- 1 file changed, 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 \ -- cgit v1.2.3