Merge "switch waves prebuilt version" into main
This commit is contained in:
commit
e341a7fc8f
1 changed files with 8 additions and 1 deletions
|
@ -3,8 +3,15 @@ BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/audio/sepolicy/common
|
|||
#Audio Vendor libraries
|
||||
PRODUCT_PACKAGES += \
|
||||
libfvsam_prm_parser \
|
||||
libmahalcontroller \
|
||||
libmahalcontroller
|
||||
|
||||
ifeq ($(USE_MAM_V4_ABOVE),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
libMAM_Google_Pixel_Android
|
||||
else
|
||||
PRODUCT_PACKAGES += \
|
||||
libAlgFx_HiFi3z
|
||||
endif
|
||||
|
||||
ifneq ($(USE_AUDIO_HAL_AIDL),true)
|
||||
## AudioHAL Configurations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue