Merge "Allow split system/vendor image configuration"

This commit is contained in:
Linux Build Service Account 2017-06-06 06:15:58 -07:00 committed by Gerrit - the friendly Code Review server
commit bdaf30208c
1 changed files with 2 additions and 3 deletions

View File

@ -48,11 +48,10 @@ PRODUCT_COPY_FILES += \
device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
else else
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
hardware/qcom/audio/configs/msm8909/audio_policy.conf:system/etc/audio_policy.conf hardware/qcom/audio/configs/msm8909/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf
endif endif
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \
hardware/qcom/audio/configs/msm8909/audio_policy.conf:system/etc/audio_policy.conf \ hardware/qcom/audio/configs/msm8909/audio_effects.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.conf \
hardware/qcom/audio/configs/msm8909/audio_effects.conf:system/vendor/etc/audio_effects.conf \
hardware/qcom/audio/configs/msm8909/mixer_paths_qrd_skuh.xml:system/etc/mixer_paths_qrd_skuh.xml \ hardware/qcom/audio/configs/msm8909/mixer_paths_qrd_skuh.xml:system/etc/mixer_paths_qrd_skuh.xml \
hardware/qcom/audio/configs/msm8909/mixer_paths_qrd_skui.xml:system/etc/mixer_paths_qrd_skui.xml \ hardware/qcom/audio/configs/msm8909/mixer_paths_qrd_skui.xml:system/etc/mixer_paths_qrd_skui.xml \
hardware/qcom/audio/configs/msm8909/mixer_paths.xml:system/etc/mixer_paths.xml \ hardware/qcom/audio/configs/msm8909/mixer_paths.xml:system/etc/mixer_paths.xml \