diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-25 14:36:07 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-08-25 14:36:07 +0200 |
commit | 936bb737ec9feb7f181562d25e0b5990af04c23a (patch) | |
tree | 586eff8eccf3583225146f3eaa1ec722eb6fd6d3 | |
parent | ad6399e49cb513f9373319cda6ac14c4f825a462 (diff) | |
download | device_samsung_espresso3g-936bb737ec9feb7f181562d25e0b5990af04c23a.zip device_samsung_espresso3g-936bb737ec9feb7f181562d25e0b5990af04c23a.tar.gz device_samsung_espresso3g-936bb737ec9feb7f181562d25e0b5990af04c23a.tar.bz2 |
mdpi locales
Change-Id: Id2b98656de52b807a7a4ecd59d265b3e83ce754a
-rwxr-xr-x | p51xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p51xx-common.mk b/p51xx-common.mk index 0487038..5d63e32 100755 --- a/p51xx-common.mk +++ b/p51xx-common.mk @@ -26,7 +26,7 @@ LOCAL_PATH := device/samsung/p5100 # This device is mdpi. PRODUCT_AAPT_CONFIG := xlarge mdpi PRODUCT_AAPT_PREF_CONFIG := mdpi -PRODUCT_LOCALES += hdpi +PRODUCT_LOCALES += mdpi # Init files PRODUCT_COPY_FILES := \ |