aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzuWei Lin <szuweilin@google.com>2017-06-19 17:21:47 +0800
committerLogan Chien <loganchien@google.com>2017-06-20 17:54:07 +0800
commitfbac1195e9e78b3b6afeb14bcdae2f11b02ff712 (patch)
tree4d46ef5b15b1ae71b1c6c4b1fe49f3be46f289a2
parent0081d7659771c36554d57a234c7a15107e7e530b (diff)
downloadbuild-fbac1195e9e78b3b6afeb14bcdae2f11b02ff712.tar.gz
Add audio.a2dp.default to generic system image
audio.a2dp.default is a system module. Generic system image includes audio.a2dp.default to support A2DP if board has the capability. Bug: 62649731 Test: build and check the file existance in system image Merged-In: Iac4821b3daf993da9fc309b7b105db98ee4b89ce Change-Id: I0d2194c4145927b21df5858a3787f8c210f2794c (cherry picked from commit fe3191727b059e18c7e592eab1dea85bc2ff6516)
-rw-r--r--target/product/treble_common.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/product/treble_common.mk b/target/product/treble_common.mk
index f527de92b1..45673823d4 100644
--- a/target/product/treble_common.mk
+++ b/target/product/treble_common.mk
@@ -205,6 +205,12 @@ PRODUCT_COPY_FILES += \
frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \
+# Bluetooth:
+# audio.a2dp.default is a system module. Generic system image includes
+# audio.a2dp.default to support A2DP if board has the capability.
+PRODUCT_PACKAGES += \
+ audio.a2dp.default
+
# May need to review why the followings are needed in generic system image.
PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml