diff --git a/device.mk b/device.mk index 507df04..155ccd4 100644 --- a/device.mk +++ b/device.mk @@ -233,6 +233,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