Enable GAudio feature
Bug: 253186589 Test: MO/MT call Change-Id: I2ffc45d469a60c6fc23161bcaa20fce305c6c953
This commit is contained in:
parent
c898485528
commit
343c88ce24
1 changed files with 2 additions and 1 deletions
|
@ -164,11 +164,12 @@ USES_LASSEN_MODEM := true
|
||||||
ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true)
|
ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true)
|
||||||
USE_GOOGLE_DIALER := true
|
USE_GOOGLE_DIALER := true
|
||||||
USE_GOOGLE_CARRIER_SETTINGS := true
|
USE_GOOGLE_CARRIER_SETTINGS := true
|
||||||
|
USES_GAUDIO := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
|
||||||
# Audio client implementation for RIL
|
# Audio client implementation for RIL
|
||||||
USES_GAUDIO := false
|
USES_GAUDIO := true
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# ######################
|
# ######################
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue