Merge "Fix problem with audio policy configuration file."
This commit is contained in:
commit
baf3450462
|
@ -27,6 +27,7 @@ PRODUCT_COPY_FILES := \
|
|||
development/data/etc/vold.conf:system/etc/vold.conf \
|
||||
development/tools/emulator/system/camera/media_profiles.xml:system/etc/media_profiles.xml \
|
||||
development/tools/emulator/system/camera/media_codecs.xml:system/etc/media_codecs.xml \
|
||||
hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
||||
|
||||
PRODUCT_PACKAGES := \
|
||||
audio.primary.goldfish \
|
||||
|
|
|
@ -71,8 +71,7 @@ PRODUCT_COPY_FILES := \
|
|||
system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
|
||||
system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
|
||||
system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf \
|
||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf \
|
||||
hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
|
||||
frameworks/av/media/libeffects/data/audio_effects.conf:system/etc/audio_effects.conf
|
||||
|
||||
$(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
|
||||
$(call inherit-product-if-exists, external/lohit-fonts/fonts.mk)
|
||||
|
|
Loading…
Reference in New Issue