forked from TeamWin/android_device_htc_dlx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice_dlx.mk
executable file
·28 lines (20 loc) · 859 Bytes
/
device_dlx.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# The gps config appropriate for this device
$(call inherit-product, device/common/gps/gps_us_supl.mk)
$(call inherit-product-if-exists, vendor/htc/dlx/dlx-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/htc/dlx/overlay
LOCAL_PATH := device/htc/dlx
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernAl
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
PRODUCT_COPY_FILES += \
device/htc/dlx/recovery/sbin/choice_fn:recovery/root/sbin/choice_fn \
device/htc/dlx/recovery/sbin/detect_key:recovery/root/sbin/detect_key \
device/htc/dlx/recovery/sbin/offmode_charging:recovery/root/sbin/offmode_charging
#$(call inherit-product, build/target/product/full.mk)
PRODUCT_NAME := htc_dlx
PRODUCT_BRAND := HTC