From 3d95ab2e05a664f42950b56eee62f8890ac2ea4f Mon Sep 17 00:00:00 2001 From: Neo Yu Date: Fri, 25 Nov 2022 05:00:27 +0000 Subject: [PATCH] Enable GAudio feature for AOSP build Bug: 246550953 Test: MO/MT call Change-Id: Ie41837923362a2cd99b635f483c6ea5a17572f09 --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index d9051e0a..27ca987d 100644 --- a/device.mk +++ b/device.mk @@ -169,13 +169,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)