diff --git a/device.mk b/device.mk index dc5f1ea3..55c1f36b 100644 --- a/device.mk +++ b/device.mk @@ -124,6 +124,11 @@ USE_LASSEN_OEMHOOK := true # Use for GRIL USES_LASSEN_MODEM := true +ifeq ($(USES_GOOGLE_DIALER_PARIS),true) +USE_GOOGLE_DIALER := true +USE_GOOGLE_PARIS := true +endif + ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) # Audio client implementation for RIL USES_GAUDIO := true