summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJun Tian <jun.j.tian@intel.com>2012-05-02 14:47:04 +0800
committerJean-Baptiste Queru <jbq@google.com>2012-05-02 12:18:52 -0700
commit07fe2cf7b4bfd7bfa197bb3f64a7b8f676bbb96b (patch)
treee9dc262acb7bba1a366893b8cc32a1767a15b092 /target
parentf562adc85f05b17c2c10993f3da07e61a7a24b74 (diff)
downloadbuild-07fe2cf7b4bfd7bfa197bb3f64a7b8f676bbb96b.zip
build-07fe2cf7b4bfd7bfa197bb3f64a7b8f676bbb96b.tar.gz
build-07fe2cf7b4bfd7bfa197bb3f64a7b8f676bbb96b.tar.bz2
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
Diffstat (limited to 'target')
-rw-r--r--target/product/sdk.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk
index f586f06..99a197c 100644
--- a/target/product/sdk.mk
+++ b/target/product/sdk.mk
@@ -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)