-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathdevice.mk
More file actions
25 lines (18 loc) · 722 Bytes
/
device.mk
File metadata and controls
25 lines (18 loc) · 722 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
$(call inherit-product-if-exists, vendor/lge/vs840/vs840-vendor.mk)
include device/lge/iproj/device.mk
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Bluetooth
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/prebuilt/init.qcom.bt.sh:system/bin/init.qcom.bt.sh
## Ramdisk
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/prebuilt/root/init.iproj.rc:root/init.iproj.rc \
$(LOCAL_PATH)/prebuilt/root/init.iproj.usb.rc:root/init.iproj.usb.rc \
$(LOCAL_PATH)/prebuilt/root/init.qcom.sh:root/init.qcom.sh \
$(LOCAL_PATH)/prebuilt/root/ueventd.iproj.rc:root/ueventd.iproj.rc
# Recovery
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/recovery/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
# Sim ToolKit
PRODUCT_PACKAGES += \
Stk