diff --git a/device.mk b/device.mk index d80ce6f3..4b9e6005 100644 --- a/device.mk +++ b/device.mk @@ -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