diff options
author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2011-10-28 18:40:18 +0100 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2011-10-28 18:40:18 +0100 |
commit | 7e5d72bf59638d10935502ecb85977938531c319 (patch) | |
tree | e774e29ae19665f631e4fcf2ef1ee3033421b989 | |
parent | 36b529f06e6812c6637f309ace4795c7cc8547ac (diff) | |
download | device_samsung_galaxysmtd-7e5d72bf59638d10935502ecb85977938531c319.zip device_samsung_galaxysmtd-7e5d72bf59638d10935502ecb85977938531c319.tar.gz device_samsung_galaxysmtd-7e5d72bf59638d10935502ecb85977938531c319.tar.bz2 |
galaxysmtd: Fix PRODUCT_LOCALES
Change-Id: Ie22436416f7ef45448f0ddcba657a31f53ae2f57
-rw-r--r-- | galaxysmtd.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/galaxysmtd.mk b/galaxysmtd.mk index 301e04a..9b088fd 100644 --- a/galaxysmtd.mk +++ b/galaxysmtd.mk @@ -156,12 +156,6 @@ PRODUCT_PROPERTY_OVERRIDES += \ # we have enough storage space to hold precise GC data PRODUCT_TAGS += dalvik.gc.type-precise -# Screen density is actually considered a locale (since it is taken into account -# the the build-time selection of resources). The product definitions including -# this file must pay attention to the fact that the first entry in the final -# PRODUCT_LOCALES expansion must not be a density. -PRODUCT_LOCALES := hdpi - # kernel modules PRODUCT_COPY_FILES += $(foreach module,\ $(wildcard device/samsung/galaxysmtd/*.ko),\ |