From fdd92c9cc53fd92a871ed00979664f52d259516d Mon Sep 17 00:00:00 2001 From: Terry Huang Date: Wed, 25 May 2022 11:54:49 +0800 Subject: [PATCH] Enable Google Audio RIL library in PDK Bug: 233831048 Test: libgooglerilaudio is built in PDK ROM Change-Id: I7eb0ebafeff96e7eb6ca1978f2df5feb74b86174 --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index d693b5ef..adf88e0e 100644 --- a/device.mk +++ b/device.mk @@ -168,6 +168,7 @@ 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)))