audio: add soong configs for debugging
Bug: 357140465 Test: mm Flag: EXEMPT bugfix Change-Id: Ib5f229135ccde98b21c6fde8efd9b9121b2a0159
This commit is contained in:
parent
13883d9a54
commit
15c9c33a46
1 changed files with 7 additions and 0 deletions
|
@ -27,4 +27,11 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
||||
ro.audio.ihaladaptervendorextension_enabled=true
|
||||
|
||||
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
|
||||
|
||||
$(call soong_config_set,pixel_audio_hal_type,aidl_build,true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue