diff options
author | Eric Laurent <elaurent@google.com> | 2010-10-11 09:02:58 -0700 |
---|---|---|
committer | Eric Laurent <elaurent@google.com> | 2010-10-21 19:30:39 -0700 |
commit | 84f3736063154f07de2602ad22992f7f4e24dd8c (patch) | |
tree | d039551d0e603e113232b594aa64aa405a317d02 /BoardConfig.mk | |
parent | e46ae2fa1195d5de9bb5c6789501d1e09173c2da (diff) | |
download | device_samsung_crespo-84f3736063154f07de2602ad22992f7f4e24dd8c.zip device_samsung_crespo-84f3736063154f07de2602ad22992f7f4e24dd8c.tar.gz device_samsung_crespo-84f3736063154f07de2602ad22992f7f4e24dd8c.tar.bz2 |
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
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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 |