audio: fix typo
Bug: 305838207 Test: build pass/ recording runtime tuning Change-Id: I9b54b02373fc9a7acb90101941669461079fd60e Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
5cc2bfebf4
commit
d77b117b40
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ $(call soong_config_set,aoc_audio_func,ext_hidl,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_tunning_keys,true)
|
||||
$(call soong_config_set,aoc_audio_func,record_tuning_keys,true)
|
||||
endif
|
||||
|
||||
ifneq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue