-
Notifications
You must be signed in to change notification settings - Fork 6
/
device_lt023g.mk
47 lines (35 loc) · 1.4 KB
/
device_lt023g.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
36
37
38
39
40
41
42
43
44
45
46
47
$(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/samsung/lt02wifi/lt02wifi-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/samsung/lt02wifi/overlay
# LOCAL_PATH := device/samsung/lt02wifi
# 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_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_lt02wifi
PRODUCT_DEVICE := lt02wifi
# Charger
PRODUCT_PACKAGES += \
charger \
charger_res_images
# fstab:
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/fstab.pxa988:root/fstab.pxa988 \
$(LOCAL_PATH)/rootdir/extra.fstab:recovery/root/etc/extra.fstab \
$(LOCAL_PATH)/rootdir/twrp.fstab:recovery/root/etc/twrp.fstab
# init.rc's:
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/init.recovery.pxa988.rc:root/init.recovery.pxa988.rc \
$(LOCAL_PATH)/rootdir/init.pxa988.rc:root/init.pxa988.rc \
$(LOCAL_PATH)/rootdir/init.pxa988.usb.rc:root/init.pxa988.usb.rc \
$(LOCAL_PATH)/rootdir/init.pxa988.tel.rc:root/init.pxa988.tel.rc
# uevent.rc
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/ueventd.pxa988.rc:root/ueventd.pxa988.rc