forked from aala27/android_device_samsung_gt5note10wifi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
33 lines (26 loc) · 1.56 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
#Inherit from vendor
$(call inherit-product-if-exists, vendor/samsung/gt5note10wifi/gt5note10wifi-vendor.mk)
# Inherit from common
$(call inherit-product, device/samsung/gte-common/device-common.mk)
LOCAL_PATH := device/samsung/gt5note10wifi
# System properties
-include $(LOCAL_PATH)/system_prop.mk
# Audio
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/audio/sound_trigger_mixer_paths.xml:system/etc/sound_trigger_mixer_paths.xml \
$(LOCAL_PATH)/configs/audio/sound_trigger_mixer_paths_wcd9306.xml:system/etc/sound_trigger_mixer_paths_wcd9306.xml \
$(LOCAL_PATH)/configs/audio/sound_trigger_platform_info.xml:system/etc/sound_trigger_platform_info.xml \
$(LOCAL_PATH)/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml \
$(LOCAL_PATH)/configs/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml \
$(LOCAL_PATH)/configs/audio/audio_policy.conf:system/etc/audio_policy.conf
# Bluetooth
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/bluetooth/iop_bt.db:system/etc/bluetooth/iop_bt.db \
$(LOCAL_PATH)/configs/bluetooth/iop_device_list.conf:system/etc/bluetooth/iop_device_list.conf
# Camera
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/camera/A05QF_sr544_module_info.xml:system/etc/A05QF_sr544_module_info.xml \
$(LOCAL_PATH)/configs/camera/A05QF_sr544_module_info.xml:system/etc/B05QF_sr544_module_info.xml \
$(LOCAL_PATH)/configs/camera/A05QF_sr544_module_info.xml:system/etc/C05QF_sr544_module_info.xml
# Common overlay
DEVICE_PACKAGE_OVERLAYS += device/samsung/gt5note10wifi/overlay