From 763217f1d531f13ba84d6c1af2da5ffbc91e3c76 Mon Sep 17 00:00:00 2001 From: Jun Tian Date: Tue, 6 Aug 2013 10:27:48 +0800 Subject: [PATCH] Adding the missing audio files into the SDK system image The system audio files are not included in the SDK image makefile. It causes the audio effects cannot be played in the SDK image. It also fixed lots of error messages in the logcat. Change-Id: I1670b2b9e4f8fe6709cd68b8e792e2f8c289876f --- target/product/sdk.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/target/product/sdk.mk b/target/product/sdk.mk index 51b90f570..c0f8472b0 100644 --- a/target/product/sdk.mk +++ b/target/product/sdk.mk @@ -89,6 +89,7 @@ PRODUCT_COPY_FILES := \ include $(SRC_TARGET_DIR)/product/emulator.mk +$(call inherit-product-if-exists, frameworks/base/data/sounds/AllAudio.mk) $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk) $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk) $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)