audio: fix typo
Bug: 305838207 Test: build pass/ recording runtime tuning Change-Id: Ia6a1c4b1fb4fabfd3d36b1120f2801a1222c8404 Signed-off-by: Jasmine Cha <chajasmine@google.com>
This commit is contained in:
parent
1809b11768
commit
77ea688a62
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,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