switch waves prebuilt version
Flag: EXEMPT bringup waves Bug: 352461861 Test: manual test Change-Id: Ic7a826d98a77ccb579594a9fb7db1df5d62e99aa Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
e7d8589878
commit
3d6169d30b
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
|
#Audio Vendor libraries
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
libfvsam_prm_parser \
|
libfvsam_prm_parser \
|
||||||
libmahalcontroller \
|
libmahalcontroller
|
||||||
|
|
||||||
|
ifeq ($(USE_MAM_V4_ABOVE),true)
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libMAM_Google_Pixel_Android
|
||||||
|
else
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
libAlgFx_HiFi3z
|
libAlgFx_HiFi3z
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq ($(USE_AUDIO_HAL_AIDL),true)
|
ifneq ($(USE_AUDIO_HAL_AIDL),true)
|
||||||
## AudioHAL Configurations
|
## AudioHAL Configurations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue