From a2ab8d728cffbc789577e48eb53a0095383bbc96 Mon Sep 17 00:00:00 2001 From: terrycrhuang Date: Wed, 12 May 2021 09:17:36 +0800 Subject: [PATCH] Build flag renaming Bug: 187242540 Test: Loacal build. Google Dialer and Carrier Settings work. Change-Id: I206d1b5e2474dfcd35c854e98f133704df472f5f --- device.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device.mk b/device.mk index 9ae7ba64..978d713b 100644 --- a/device.mk +++ b/device.mk @@ -124,9 +124,9 @@ USE_LASSEN_OEMHOOK := true # Use for GRIL USES_LASSEN_MODEM := true -ifeq ($(USES_GOOGLE_DIALER_PARIS),true) +ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true -USE_GOOGLE_PARIS := true +USE_GOOGLE_CARRIER_SETTINGS := true endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))