diff options
author | John Doe <email@address.com> | 2012-08-25 02:54:19 -0500 |
---|---|---|
committer | John Doe <danrarbc@gmail.com> | 2012-08-25 03:01:47 -0500 |
commit | 8f3a9b6f2708caf10535219c387f6cfe4fe60b14 (patch) | |
tree | a73420cd8d7e2202f89e934c1ac43f897be656a1 | |
parent | 9257fb4aaa1f17157fc1f1657187944454e2b1e0 (diff) | |
download | device_samsung_espressowifi-8f3a9b6f2708caf10535219c387f6cfe4fe60b14.zip device_samsung_espressowifi-8f3a9b6f2708caf10535219c387f6cfe4fe60b14.tar.gz device_samsung_espressowifi-8f3a9b6f2708caf10535219c387f6cfe4fe60b14.tar.bz2 |
Finishing mdpi transition
-rwxr-xr-x | p31xx-common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p31xx-common.mk b/p31xx-common.mk index 9a89b75..b2a70f7 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -26,7 +26,7 @@ LOCAL_PATH := device/samsung/p3100 # This device is mdpi. PRODUCT_AAPT_CONFIG := large mdpi PRODUCT_AAPT_PREF_CONFIG := mdpi -PRODUCT_LOCALES += hdpi +PRODUCT_LOCALES += mdpi # Init files PRODUCT_COPY_FILES := \ |