From 7e5d72bf59638d10935502ecb85977938531c319 Mon Sep 17 00:00:00 2001 From: Ricardo Cerqueira Date: Fri, 28 Oct 2011 18:40:18 +0100 Subject: galaxysmtd: Fix PRODUCT_LOCALES Change-Id: Ie22436416f7ef45448f0ddcba657a31f53ae2f57 --- galaxysmtd.mk | 6 ------ 1 file changed, 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),\ -- cgit v1.1