aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2018-12-12 16:15:21 +0000
committerJeferson Oliveira <jroliveira.oliveira301@gmail.com>2022-02-21 19:54:18 +0100
commit48011cc207b5545e9cc42a546d03410c41b1a860 (patch)
tree9c524cded9a27cd870e3a0786bf5c295b013b1cd
parentb95e2a0a56a98ca1371978cef217e4a3f7562a6b (diff)
lux: Remove PRODUCT_AAPT configHEADr11.1
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
-rw-r--r--device.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index a31e339..2a2e92e 100644
--- a/device.mk
+++ b/device.mk
@@ -18,9 +18,6 @@
$(call inherit-product, device/motorola/msm8916-common/msm8916.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_l_mr1.mk)
-# Screen density
-PRODUCT_AAPT_PREF_CONFIG := xhdpi
-
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \