forked from openkylin/platform_build
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
This commit is contained in:
parent
840f9d0a27
commit
763217f1d5
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue