From cc12a3f420df0e63b8637bdff8ea68656cc905e9 Mon Sep 17 00:00:00 2001 From: zeusk Date: Sat, 3 Mar 2012 19:00:19 +0530 Subject: [PATCH] fix: default language and the hdpi resources issue --- full_leo.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/full_leo.mk b/full_leo.mk index 792e5ef..b54fa70 100755 --- a/full_leo.mk +++ b/full_leo.mk @@ -24,6 +24,8 @@ $(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) +PRODUCT_LOCALES := en_US + # Leo uses high-density artwork where available PRODUCT_LOCALES += hdpi