From 909711bbdfd4f768e917b4570665ff83d9594ebc Mon Sep 17 00:00:00 2001 From: Rios Kao Date: Tue, 30 Apr 2024 09:07:23 +0000 Subject: [PATCH] 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 --- BoardConfig-common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index a3ca747..5cf00b2 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -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)))