mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Compile audio.a2dp.default
* The a2dp_audio_policy_configuration.xml is copied to /vendor, but it's not used due to missing audio.a2dp lib * Test: Boots, Bluetooth Works Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
1d0bc8b418
commit
98092a64c1
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.audio.effect@7.0-impl \
|
||||
libtinycompress \
|
||||
audio.r_submix.default \
|
||||
audio.usb.default
|
||||
audio.usb.default \
|
||||
audio.a2dp.default
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
frameworks/av/services/audiopolicy/config/a2dp_audio_policy_configuration_7_0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_audio_policy_configuration.xml \
|
||||
|
|
|
|||
Loading…
Reference in a new issue