diff options
| author | Anton Hansson <hansson@google.com> | 2018-12-12 16:15:21 +0000 |
|---|---|---|
| committer | Jeferson Oliveira <jroliveira.oliveira301@gmail.com> | 2022-02-21 19:54:18 +0100 |
| commit | 48011cc207b5545e9cc42a546d03410c41b1a860 (patch) | |
| tree | 9c524cded9a27cd870e3a0786bf5c295b013b1cd | |
| parent | b95e2a0a56a98ca1371978cef217e4a3f7562a6b (diff) | |
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.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 \ |
