Merge "device: Support to prebuild modem_svc_sit" into udc-d1-dev

This commit is contained in:
Salmax Chang 2023-05-15 03:54:02 +00:00 committed by Android (Google) Code Review
commit 63c8feb6d8

View file

@ -220,6 +220,10 @@ USE_GOOGLE_DIALER := true
USE_GOOGLE_CARRIER_SETTINGS := true
endif
ifeq ($(USES_GOOGLE_PREBUILT_MODEM_SVC),true)
USE_GOOGLE_PREBUILT_MODEM_SVC := true
endif
# Audio client implementation for RIL
USES_GAUDIO := true