From 34cd74d651419262eea7065fc863884a0e8c878d Mon Sep 17 00:00:00 2001 From: neoyu Date: Mon, 8 Nov 2021 12:14:06 +0800 Subject: [PATCH] Enable RIL audio client implementation for P22 Enable RIL audio client implementation for P22 Bug: 202831948 Test: manual Change-Id: Ie9ad605e2d6f80504d26211c3f77e479344ce44d --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index b9d68686..b29266c1 100644 --- a/device.mk +++ b/device.mk @@ -127,7 +127,7 @@ endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) # Audio client implementation for RIL -#USES_GAUDIO := true +USES_GAUDIO := true endif # ######################