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