-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevice.mk
37 lines (30 loc) · 980 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
29
30
31
32
33
34
35
36
37
# Inherit from gv-common
include device/samsung/gv-common/gv-common.mk
DEVICE_PATH := device/samsung/gvlte
# Overlays
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay
# Audio
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/audio/mixer_paths.xml:system/etc/mixer_paths_0.xml
# Bluetooth
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/bluetooth/bt_vendor.conf:system/etc/bluetooth/bt_vendor.conf
# Ril
PRODUCT_PACKAGES += \
libprotobuf-cpp-fl26 \
libprotobuf-cpp-full \
libsecril-client \
modemloader \
libxml2 \
rild \
libril \
libreference-ril \
libsecril-client-sap \
# cpboot-daemon for modem
PRODUCT_COPY_FILES += \
$(DEVICE_PATH)/ril/sbin/cbd:system/bin/cbd \
device/samsung/exynos7580-common/configs/init/rild.rc:system/vendor/etc/init/rild.rc
# Get non-open-source specific aspects
$(call inherit-product-if-exists, vendor/samsung/gvlte/gvlte-vendor.mk)