Enable GAudio feature for AOSP build

Bug: 246550953
Test: MO/MT call
Change-Id: I812ffd14183608d82a1098bc8a6bd4727061de2f
This commit is contained in:
Neo Yu
2022-11-25 05:01:20 +00:00
parent 06f2ec2632
commit 0ce154f180

View File

@@ -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)