Merge "Allow split system/vendor image configuration"
This commit is contained in:
commit
bdaf30208c
|
@ -48,11 +48,10 @@ PRODUCT_COPY_FILES += \
|
|||
device/qcom/common/media/audio_policy.conf:system/etc/audio_policy.conf
|
||||
else
|
||||
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
|
||||
PRODUCT_COPY_FILES += \
|
||||
hardware/qcom/audio/configs/msm8909/audio_policy.conf:system/etc/audio_policy.conf \
|
||||
hardware/qcom/audio/configs/msm8909/audio_effects.conf:system/vendor/etc/audio_effects.conf \
|
||||
hardware/qcom/audio/configs/msm8909/audio_effects.conf:$(TARGET_COPY_OUT_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_skui.xml:system/etc/mixer_paths_qrd_skui.xml \
|
||||
hardware/qcom/audio/configs/msm8909/mixer_paths.xml:system/etc/mixer_paths.xml \
|
||||
|
|
Loading…
Reference in New Issue