Enable sound effect support in the SDK system image
Add the missing configuration in sdk.mk to support sound effect in the SDK building. This patch can fix the CTS sound effect failues of media test in emulator system image. Change-Id: I8c22e62201d48c2e56fb4c105795bb96ded8f34d
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
f562adc85f
commit
07fe2cf7b4
@@ -79,7 +79,8 @@ PRODUCT_COPY_FILES := \
|
||||
frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
|
||||
frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
|
||||
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
|
||||
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml
|
||||
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
|
||||
frameworks/base/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, frameworks/base/data/keyboards/keyboards.mk)
|
||||
|
Reference in New Issue
Block a user