-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathdevice.mk
26 lines (19 loc) · 877 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
LOCAL_PATH := device/samsung/gts28wifi
###########################################################
### RAMDISK
###########################################################
PRODUCT_PACKAGES += \
init.baseband.rc
###########################################################
### AUDIO
###########################################################
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:system/etc/mixer_paths.xml \
$(LOCAL_PATH)/configs/audio/mixer_paths_0.xml:system/etc/mixer_paths_0.xml
###########################################################
### BLUETOOTH
###########################################################
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
# call the proprietary setup
$(call inherit-product-if-exists, vendor/samsung/gts28wifi/gts28wifi-vendor.mk)