From 61a47606aa05867663c2e3ec1690a04f04f270f8 Mon Sep 17 00:00:00 2001 From: Neo Yu Date: Fri, 25 Nov 2022 04:58:41 +0000 Subject: [PATCH] Enable GAudio feature for AOSP build Bug: 246550953 Test: MO/MT call Change-Id: I6b1fed155e98f953cf3abe7c0e7c0aa900b97c64 --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index 37689074..0e6ef12d 100644 --- a/device.mk +++ b/device.mk @@ -172,13 +172,10 @@ 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 := true -endif # ###################### # GRAPHICS - GPU (begin)