gts28vewifi: Use TARGET_COPY_OUT_VENDOR instead of hardcoded system/vendor

This commit is contained in:
LuK1337 2018-02-04 12:47:44 +01:00
parent 1630444e23
commit b1ee8e3228
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
# Audio configuration
PRODUCT_COPY_FILES += \
$(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
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
$(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_wcd9330.xml
# Inherit from msm8976-common
$(call inherit-product, device/samsung/msm8976-common/msm8976.mk)