Enable Google Audio RIL library in PDK

Bug: 233831048
Test: libgooglerilaudio is built in PDK ROM
Change-Id: I7eb0ebafeff96e7eb6ca1978f2df5feb74b86174
This commit is contained in:
Terry Huang 2022-05-25 11:54:49 +08:00 committed by TreeHugger Robot
parent d179a435e7
commit fdd92c9cc5

View file

@ -168,6 +168,7 @@ 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)))