diff options
-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),\ |