Add LE Audio policy file

Bringup le audio on tablet and we found it missed le audio policy file.
So add this file into make file and change the order of make file to
ensure file added in audio-tables.mk can override the common one.

Bug: 239384147
Test: Connect with LE audio device and play music
Change-Id: I0f09744fa6bbe1e1e7377b3986c4a99cdf950095
This commit is contained in:
shihchienc 2022-07-27 04:08:33 +00:00
parent e735068f58
commit 86dda98911
2 changed files with 3 additions and 2 deletions

View file

@ -33,8 +33,8 @@ PRODUCT_PACKAGES += WifiOverlayT6pro
# This flag need to be set before device/google/gs201/device.mk
DISABLE_CAMERA_FS_AF := true
include device/google/gs201/device-shipping-common.mk
include device/google/tangorpro/audio/tangorpro/audio-tables.mk
include device/google/gs201/device-shipping-common.mk
$(call soong_config_set,lyric,tuning_product,cloudripper)
$(call soong_config_set,google3a_config,target_device,cloudripper)