audio: add AOSP build flag am: 33ad313be8 am: c1dcb5cb64

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14513735

Change-Id: I639908f91d26c61417f97877fc7433e463669758
This commit is contained in:
Carter Hsu 2021-06-25 10:46:55 +00:00 committed by Automerger Merge Worker
commit 636ceea501

View file

@ -219,6 +219,12 @@ SOONG_CONFIG_aoc_audio_func_hal_socket_control := true
SOONG_CONFIG_aoc_audio_func_record_tunning_keys := true SOONG_CONFIG_aoc_audio_func_record_tunning_keys := true
endif endif
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
SOONG_CONFIG_aoc_audio_func += aosp_build
SOONG_CONFIG_aoc_audio_func_aosp_build := true
endif
# Primary AudioHAL Configuration # Primary AudioHAL Configuration
#BOARD_USE_COMMON_AUDIOHAL := true #BOARD_USE_COMMON_AUDIOHAL := true
#BOARD_USE_CALLIOPE_AUDIOHAL := false #BOARD_USE_CALLIOPE_AUDIOHAL := false