• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

Revisãofbac1195e9e78b3b6afeb14bcdae2f11b02ff712 (tree)
Hora2017-06-20 18:54:07
AutorSzuWei Lin <szuweilin@goog...>
CommiterLogan Chien

Mensagem de Log

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)

Mudança Sumário

Diff

--- a/target/product/treble_common.mk
+++ b/target/product/treble_common.mk
@@ -205,6 +205,12 @@ PRODUCT_COPY_FILES += \
205205 frameworks/av/services/audiopolicy/config/audio_policy_volumes.xml:system/etc/audio_policy_volumes.xml \
206206 frameworks/av/services/audiopolicy/config/default_volume_tables.xml:system/etc/default_volume_tables.xml \
207207
208+# Bluetooth:
209+# audio.a2dp.default is a system module. Generic system image includes
210+# audio.a2dp.default to support A2DP if board has the capability.
211+PRODUCT_PACKAGES += \
212+ audio.a2dp.default
213+
208214 # May need to review why the followings are needed in generic system image.
209215 PRODUCT_COPY_FILES += \
210216 device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml