audio: add debug interface soong value

note: Using the flag to filter all debugging
      purpose interface from the build.

Test: build pass
Bug: 332490210
Change-Id: I06a8048c0d28b58c3965ad110f41255c92d1b6d5
This commit is contained in:
Rios Kao 2024-04-30 09:07:23 +00:00
parent 5481559c23
commit 909711bbdf

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)))