-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
28 lines (21 loc) · 955 Bytes
/
device.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
$(call inherit-product-if-exists, vendor/lge/i_vzw/i_vzw-vendor.mk)
include device/lge/iproj/device.mk
DEVICE_PACKAGE_OVERLAYS += device/lge/i_vzw/overlay
# XXX: some (most?) of these belong in iproj/device.mk
# Bluetooth
PRODUCT_COPY_FILES += \
device/lge/i_vzw/prebuilt/init.qcom.bt.sh:system/bin/init.qcom.bt.sh
# XXX: these need cleaned up, they are more like aosp40 than cm10
PRODUCT_COPY_FILES += \
device/lge/i_vzw/prebuilt/root/init.iproj.rc:root/init.iproj.rc \
device/lge/i_vzw/prebuilt/root/init.iproj.usb.rc:root/init.iproj.usb.rc \
device/lge/i_vzw/prebuilt/root/init.qcom.sh:root/init.qcom.sh \
device/lge/i_vzw/prebuilt/root/ueventd.iproj.rc:root/ueventd.iproj.rc
# Recovery (i_vzw specific)
PRODUCT_COPY_FILES += \
device/lge/i_vzw/postrecoveryboot.sh:recovery/root/sbin/postrecoveryboot.sh
# Sim ToolKit
# This is normally picked up in vendor/aokp/configs/gsm.mk.
# Do we want to use that instead?
PRODUCT_PACKAGES += \
Stk