-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevice_sh07d.mk
More file actions
27 lines (19 loc) · 754 Bytes
/
Copy pathdevice_sh07d.mk
File metadata and controls
27 lines (19 loc) · 754 Bytes
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
$(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/sharp/sh07d/sh07d-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/sharp/sh07d/overlay
LOCAL_PATH := device/sharp/sh07d
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
$(call inherit-product, build/target/product/full.mk)
PRODUCT_COPY_FILES += \
device/sharp/sh07d/root/ueventd.qcom.rc:root/ueventd.qcom.rc
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_sh07d
PRODUCT_DEVICE := sh07d