summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2018-01-15 08:47:07 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2018-01-15 08:47:23 (GMT)
commit5363f29d60348adae9fdb625d139b76b63b0fd10 (patch)
treeab9482fdabaae0537ed95eb2baa7649059e27444
parente01226016beccd02aeabd8f5e0c95804ac5b300d (diff)
downloadcommon-5363f29d60348adae9fdb625d139b76b63b0fd10.zip
common-5363f29d60348adae9fdb625d139b76b63b0fd10.tar.gz
common-5363f29d60348adae9fdb625d139b76b63b0fd10.tar.bz2
audio: add audio_codec to compile [1/1]
PD# 157556 add audio_codec to compile Change-Id: Ia430270f1fdcf6a31ca2acb4dbf928bbefb68b1e
Diffstat
-rw-r--r--audio.mk15
1 files changed, 14 insertions, 1 deletions
diff --git a/audio.mk b/audio.mk
index 9c42fd4..3a66e68 100644
--- a/audio.mk
+++ b/audio.mk
@@ -21,7 +21,20 @@ PRODUCT_PACKAGES += \
audio.r_submix.default \
acoustics.default \
audio_firmware \
- libparameter
+ libparameter \
+ libamadec_omx_api \
+ libfaad \
+ libape \
+ libmad \
+ libflac \
+ libcook \
+ libraac \
+ libamr \
+ libpcm \
+ libadpcm \
+ libpcm_wfd \
+ libaac_helix \
+ libamadec_wfd_out
#PRODUCT_COPY_FILES += \
# $(TARGET_PRODUCT_DIR)/audio_policy.conf:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy.conf \