Merge "audio: add debug interface soong value" into 24D1-dev

This commit is contained in:
Rios Kao 2024-05-07 03:01:20 +00:00 committed by Android (Google) Code Review
commit 9806f4558c

View file

@ -245,6 +245,7 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
$(call soong_config_set,aoc_audio_func,dump_usecase_data,true)
$(call soong_config_set,aoc_audio_func,hal_socket_control,true)
$(call soong_config_set,aoc_audio_func,record_tuning_keys,true)
$(call soong_config_set,aoc_audio_func,aidl_command_interface,true)
endif
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))