diff options
author | Adam Lesinski <adamlesinski@google.com> | 2014-12-04 21:46:56 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-12-04 21:46:56 +0000 |
commit | 82a033f89c257ad72dbf175c3f145ae676958d87 (patch) | |
tree | b3878f80d9fc3c68bbd55ce6833da00920df0097 /target | |
parent | 3ab4ba1dff0dac72e938a710db7bb0860fe1ab0a (diff) | |
parent | c2b74b87d4ea4bcdef228080a874bad4aca7c323 (diff) | |
download | build-82a033f89c257ad72dbf175c3f145ae676958d87.zip build-82a033f89c257ad72dbf175c3f145ae676958d87.tar.gz build-82a033f89c257ad72dbf175c3f145ae676958d87.tar.bz2 |
am c2b74b87: am 57a3d3e1: Merge "Remove uses of density in PRODUCT_AAP_CONFIG" into lmp-mr1-dev
* commit 'c2b74b87d4ea4bcdef228080a874bad4aca7c323':
Remove uses of density in PRODUCT_AAP_CONFIG
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 \ |