forked from Galaxy-MSM8916/android_device_samsung_gtelwifiue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevice.mk
22 lines (17 loc) · 999 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
#Inherit from vendor
$(call inherit-product-if-exists, vendor/samsung/gtelwifiue/gtelwifiue-vendor.mk)
# Inherit from common
$(call inherit-product, device/samsung/gte-common/device-common.mk)
LOCAL_PATH := device/samsung/gtelwifiue
# Mixer_paths.xml needed otherwise android.hardware.audio.service will crash and cause stuck at bootanimation
#
# E audio_route: Failed to open /vendor/etc/mixer_paths.xml: No such file or directory
# E msm8916_platform: platform_init: Failed to init audio route controls, aborting.
# E audio_hw_primary: adev_open: Failed to init platform data, aborting.
# libc : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xa75cd0a4 in tid 689 (audio.service), pid 689 (audio.service)
PRODUCT_COPY_FILES += \
device/samsung/msm8916-common/configs/audio/mixer_paths.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths.xml
# System properties
-include $(LOCAL_PATH)/system_prop.mk
# Common overlay
DEVICE_PACKAGE_OVERLAYS += device/samsung/gtelwifiue/overlay