From 343c88ce24cc83e983357dc8cbc2bf4d1ba71acd Mon Sep 17 00:00:00 2001 From: jimsun Date: Wed, 12 Oct 2022 23:37:50 +0800 Subject: [PATCH] Enable GAudio feature Bug: 253186589 Test: MO/MT call Change-Id: I2ffc45d469a60c6fc23161bcaa20fce305c6c953 --- device.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 689d94bc..548cac93 100644 --- a/device.mk +++ b/device.mk @@ -164,11 +164,12 @@ USES_LASSEN_MODEM := true ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true USE_GOOGLE_CARRIER_SETTINGS := true +USES_GAUDIO := true endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) # Audio client implementation for RIL -USES_GAUDIO := false +USES_GAUDIO := true endif # ######################