From 84f3736063154f07de2602ad22992f7f4e24dd8c Mon Sep 17 00:00:00 2001 From: Eric Laurent Date: Mon, 11 Oct 2010 09:02:58 -0700 Subject: Fix issue 3122180. Disable use of user space ALSA library. This change contains updates to the new audio HAL that does not rely on ALSA user space library. It also activates this new version of libaudio for the build by default. Change-Id: Id68c05714a19820e12a48cbe07a161e4e9a189d8 --- BoardConfig.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk index 881cd52..c5253df 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -49,8 +49,8 @@ TARGET_ARCH_VARIANT := armv7-a-neon ARCH_ARM_HAVE_TLS_REGISTER := true ifeq ($(BOARD_USES_GENERIC_AUDIO),false) -BOARD_USES_ALSA_AUDIO := true -BUILD_WITH_ALSA_UTILS := true +BOARD_USES_ALSA_AUDIO := false +BUILD_WITH_ALSA_UTILS := false endif USE_CAMERA_STUB := false -- cgit v1.1