-
Notifications
You must be signed in to change notification settings - Fork 0
/
device_w7ds.mk
35 lines (26 loc) · 941 Bytes
/
device_w7ds.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
32
33
34
35
$(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/lge/w7ds/w7ds-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/lge/w7ds/overlay
LOCAL_PATH := device/lge/w7ds
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := $(LOCAL_PATH)/kernel
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel
#Copied from g2-common.
PRODUCT_PACKAGES += \
charger_res_images \
charger
#Copied from g2-common.
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/init.w7ds.rc:root/init.w7ds.rc \
$(LOCAL_PATH)/ueventd.w7ds.rc:root/ueventd.w7ds.rc \
$(LOCAL_PATH)/fstab.w7ds:root/fstab.w7ds
$(call inherit-product, build/target/product/full.mk)
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_w7ds
PRODUCT_DEVICE := w7ds