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:
parent
5481559c23
commit
909711bbdf
1 changed files with 1 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue