mirror of
https://github.com/team-infusion-developers/android_device_samsung_gts210vewifi.git
synced 2024-10-31 18:46:19 +00:00
gts210vewifi: Move audio configuration files to /vendor
This commit is contained in:
parent
6e1ad10e42
commit
2258d86adf
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
|||
|
||||
# Audio configuration
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml \
|
||||
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:system/etc/mixer_paths_wcd9330.xml
|
||||
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:system/vendor/etc/audio_policy_configuration.xml \
|
||||
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:system/vendor/etc/mixer_paths_wcd9330.xml
|
||||
|
||||
# Inherit from msm8976-common
|
||||
$(call inherit-product, device/samsung/msm8976-common/msm8976.mk)
|
||||
|
|
Loading…
Reference in a new issue