Merge "Enable GAudio feature for AOSP build"

This commit is contained in:
Neo Yu 2022-12-02 05:56:10 +00:00 committed by Android (Google) Code Review
commit c745655129

View file

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