diff --git a/device.mk b/device.mk index 689d94bc..548cac93 100644 --- a/device.mk +++ b/device.mk @@ -164,11 +164,12 @@ USES_LASSEN_MODEM := true ifeq ($(USES_GOOGLE_DIALER_CARRIER_SETTINGS),true) USE_GOOGLE_DIALER := true USE_GOOGLE_CARRIER_SETTINGS := true +USES_GAUDIO := true endif ifeq (,$(filter aosp_%,$(TARGET_PRODUCT))) # Audio client implementation for RIL -USES_GAUDIO := false +USES_GAUDIO := true endif # ######################