diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-12-02 16:13:09 -0800 |
---|---|---|
committer | Adam Lesinski <adamlesinski@google.com> | 2014-12-03 15:20:51 -0800 |
commit | 83ee6d790f007beaefcc5f997b15952ed6d7d840 (patch) | |
tree | 219ede081a85824ce806ec50357e90585a55e0b9 /target | |
parent | 8070b20f9ec899a5dc27c7589f11c6db8c72180a (diff) | |
download | build-83ee6d790f007beaefcc5f997b15952ed6d7d840.zip build-83ee6d790f007beaefcc5f997b15952ed6d7d840.tar.gz build-83ee6d790f007beaefcc5f997b15952ed6d7d840.tar.bz2 |
Remove uses of density in PRODUCT_AAP_CONFIG
Change-Id: I98594165515c07fa2e6b847266f7d8fa3283b52e
Diffstat (limited to 'target')
-rw-r--r-- | target/product/full_base.mk | 2 | ||||
-rw-r--r-- | target/product/sdk_base.mk | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 9b1a826..caace76 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -48,7 +48,7 @@ PRODUCT_PROPERTY_OVERRIDES := \ PRODUCT_LOCALES := en_US # Include drawables for all densities -PRODUCT_AAPT_CONFIG := normal hdpi xhdpi xxhdpi +PRODUCT_AAPT_CONFIG := normal # Get some sounds $(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) diff --git a/target/product/sdk_base.mk b/target/product/sdk_base.mk index 8610169..451c0b7 100644 --- a/target/product/sdk_base.mk +++ b/target/product/sdk_base.mk @@ -95,14 +95,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk) -include external/svox/pico/lang/PicoLangFrFrInSystem.mk -include external/svox/pico/lang/PicoLangItItInSystem.mk -# locale + densities. en_US is both first and in alphabetical order to +# locale. en_US is both first and in alphabetical order to # ensure this is the default locale. PRODUCT_LOCALES := \ en_US \ - ldpi \ - hdpi \ - mdpi \ - xhdpi \ ar_EG \ ar_IL \ bg_BG \ |