summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorNeo Yu <neoyu@google.com>2022-11-25 05:01:20 +0000
committerNeo Yu <neoyu@google.com>2022-12-02 05:56:08 +0000
commit0ce154f18076637c7cd2dba28cf7f305121a998c (patch)
tree89f794f151dc0ba6d86e838070304af44f8d9dfe /device.mk
parent06f2ec2632a9d9b9c98d99008518bae8387a70cb (diff)
downloadgs201-0ce154f18076637c7cd2dba28cf7f305121a998c.tar.gz
Enable GAudio feature for AOSP build
Bug: 246550953 Test: MO/MT call Change-Id: I812ffd14183608d82a1098bc8a6bd4727061de2f
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/device.mk b/device.mk
index e9f64b9..bc7a57b 100644
--- a/device.mk
+++ b/device.mk
@@ -189,13 +189,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)