Add Google Dialer and Enable PARIS in PDK ROM am: 0f8dbe476b

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/14440222

Change-Id: I3369dd4b8ace081d25310033e9c3ffb18b63048e
This commit is contained in:
terrycrhuang 2021-05-07 00:45:11 +00:00 committed by Automerger Merge Worker
commit abfa8c93cc

View file

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