diff --git a/device.mk b/device.mk index c6aee81..423ad0b 100644 --- a/device.mk +++ b/device.mk @@ -19,6 +19,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/lge/d855/d855-vendor.mk) +# Audio +PRODUCT_COPY_FILES += \ + device/lge/g3-common/configs/mixer_paths_qcwcn.xml:system/etc/mixer_paths.xml + # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay