leo: remove postrecoveryboot from AndroidBoard, grab the LOCALE change from gb
This commit is contained in:
parent
d5fcb98819
commit
b1764ae37b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user