-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
executable file
·37 lines (28 loc) · 1.38 KB
/
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
29
30
31
32
33
34
35
36
37
LOCAL_PATH := device/samsung/gts210veltexx
###########################################################
### FLAT DEVICE TREE
###########################################################
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/dtb.img:dt.img
###########################################################
### RAMDISK
###########################################################
PRODUCT_PACKAGES += \
init.qcom.rc
###########################################################
### AUDIO
###########################################################
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:system/etc/mixer_paths.xml
###########################################################
### BLUETOOTH
###########################################################
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/av_performance.conff:system/etc/bluetooth/av_performance.conf \
$(LOCAL_PATH)/bluetooth/bt_did.conf:system/etc/bluetooth/bt_did.conf \
$(LOCAL_PATH)/bluetooth/bt_stack.conf:system/etc/bluetooth/bt_stack.conf \
$(LOCAL_PATH)/bluetooth/iop_bt.db:system/etc/bluetooth/iop_bt.db \
$(LOCAL_PATH)/bluetooth/iop_device_list.conf:system/etc/bluetooth/iop_device_list.conf \
$(LOCAL_PATH)/bluetooth/auto_pair_devlist.conf:system/etc/bluetooth/auto_pair_devlist.conf
# call the proprietary setup
$(call inherit-product-if-exists, vendor/samsung/gts210veltexx/gts210veltexx-vendor.mk)