-
Notifications
You must be signed in to change notification settings - Fork 8
/
device_evita.mk
31 lines (23 loc) · 1.14 KB
/
device_evita.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
29
30
31
$(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/evita/evita-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/htc/evita/overlay
LOCAL_PATH := device/htc/evita
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/evita/recovery/sbin/choice_fn:recovery/root/sbin/choice_fn \
device/htc/evita/recovery/sbin/detect_key:recovery/root/sbin/detect_key \
device/htc/evita/recovery/sbin/offmode_charging:recovery/root/sbin/offmode_charging \
device/htc/evita/recovery/sbin/power_test:recovery/root/sbin/power_test \
device/htc/evita/recovery/sbin/am:recovery/root/sbin/am \
device/htc/evita/recovery/sbin/app_process:recovery/root/sbin/app_process \
device/htc/evita/recovery/sbin/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
$(call inherit-product, build/target/product/full.mk)
PRODUCT_NAME := evita