diff --git a/AndroidBoard.mk b/AndroidBoard.mk index d7c1625..fb7cce5 100644 --- a/AndroidBoard.mk +++ b/AndroidBoard.mk @@ -25,12 +25,5 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -#ALL_PREBUILT += $(INSTALLED_KERNEL_TARGET) -# -#file := $(TARGET_RECOVERY_ROOT_OUT)/sbin/postrecoveryboot.sh -#ALL_PREBUILT += $(file) -#$(file) : $(LOCAL_PATH)/postrecoveryboot.sh | $(ACP) -# $(transform-prebuilt-to-target) - # include the non-open-source counterpart to this file -include vendor/htc/leo/AndroidBoardVendor.mk diff --git a/full_leo.mk b/full_leo.mk index 92be057..792e5ef 100644 --- 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