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