From 60e8019aa32e01b4c8152e2c7d1570c851b63b92 Mon Sep 17 00:00:00 2001 From: milaq Date: Sat, 3 Mar 2012 13:50:12 +0100 Subject: [PATCH] follow cyanogen: fix PRODUCT_LOCALES --- full_leo.mk | 3 +++ leo.mk | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/full_leo.mk b/full_leo.mk index 92be057..792e5ef 100755 --- a/full_leo.mk +++ b/full_leo.mk @@ -24,6 +24,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) $(call inherit-product, device/htc/leo/leo_eu.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full.mk) +# Leo uses high-density artwork where available +PRODUCT_LOCALES += hdpi + # Discard inherited values and use our own instead. PRODUCT_NAME := full_leo PRODUCT_DEVICE := leo diff --git a/leo.mk b/leo.mk index a4ceb04..5a3b540 100755 --- a/leo.mk +++ b/leo.mk @@ -67,10 +67,6 @@ PRODUCT_PACKAGES += \ libhtc_ril_wrapper - -# leo uses high-density artwork where available -PRODUCT_LOCALES := en_US - PRODUCT_COPY_FILES += \ device/htc/leo/prebuilt/vold.fstab:system/etc/vold.fstab