From b89f5f54b29f546049ceab124af0a1cf322684ff Mon Sep 17 00:00:00 2001 From: Aaron Ding Date: Thu, 20 May 2021 21:35:22 +0800 Subject: [PATCH] disable USES_GAUDIO Bug: 186836335 Change-Id: I46e6ca6443b6c90530711a51ffa00eaabbb73e61 --- device.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device.mk b/device.mk index 11338409..102e1ef5 100644 --- a/device.mk +++ b/device.mk @@ -135,7 +135,7 @@ endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) # Audio client implementation for RIL -USES_GAUDIO := true +#USES_GAUDIO := true endif # This should be the same value as BOARD_USES_SWIFTSHADER in BoardConfig.mk