Build flag renaming

Bug: 187242540
Test: Loacal build. Google Dialer and Carrier Settings work.
Change-Id: I206d1b5e2474dfcd35c854e98f133704df472f5f
This commit is contained in:
terrycrhuang 2021-05-12 09:17:36 +08:00 committed by TreeHugger Robot
parent 298eb28dd0
commit a2ab8d728c

View file

@ -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)))