From 1529a759a09b584098010d9abebcba7bda836f0b Mon Sep 17 00:00:00 2001 From: David Lin Date: Tue, 14 Mar 2017 11:42:19 -0700 Subject: [PATCH] audio: copy device specific audio xmls This fixes issue that Muskie/Walleye is not using their device specific configs for audio. Change-Id: I9175a2c6092e27d4b8640b242d68551280860180 Signed-off-by: David Lin --- device-common.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/device-common.mk b/device-common.mk index b8350cc..8e70fb7 100644 --- a/device-common.mk +++ b/device-common.mk @@ -16,6 +16,15 @@ TARGET_PREBUILT_KERNEL := device/google/muskie-kernel/Image.lz4-dtb +LOCAL_PATH := device/google/muskie + +# Audio XMLs +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/mixer_paths_tasha.xml:system/etc/mixer_paths_tasha.xml \ + $(LOCAL_PATH)/mixer_paths_tavil.xml:system/etc/mixer_paths_tavil.xml \ + $(LOCAL_PATH)/audio_platform_info.xml:system/etc/audio_platform_info.xml \ + $(LOCAL_PATH)/audio_platform_info_tavil.xml:system/etc/audio_platform_info_tavil.xml + include device/google/wahoo/device.mk # Kernel modules