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:
commit
abfa8c93cc
1 changed files with 5 additions and 0 deletions
|
@ -124,6 +124,11 @@ USE_LASSEN_OEMHOOK := true
|
||||||
# Use for GRIL
|
# Use for GRIL
|
||||||
USES_LASSEN_MODEM := true
|
USES_LASSEN_MODEM := true
|
||||||
|
|
||||||
|
ifeq ($(USES_GOOGLE_DIALER_PARIS),true)
|
||||||
|
USE_GOOGLE_DIALER := true
|
||||||
|
USE_GOOGLE_PARIS := true
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
# Audio client implementation for RIL
|
# Audio client implementation for RIL
|
||||||
USES_GAUDIO := true
|
USES_GAUDIO := true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue