aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McNeil <sean.mcneil@windriver.com>2011-03-04 10:40:35 +0700
committerSean McNeil <sean.mcneil@windriver.com>2011-03-04 10:40:35 +0700
commit146932ef12fd62bf5b155bd9ae00c66352cdb46e (patch)
tree11a832de1f71f5fe4b0e456dd0ad0b3716a37e92
parente5c3589c071e4f19936ef124925bc8dafc717c5a (diff)
downloadalsa-utils-master.tar.gz
Build against libasound instead of libaudio.HEADmaster
The linker is now less permissive in finding indirect dependencies. Change-Id: Ie04215b84d6de7c4ee672c382466769df441cb34
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index 3bc23e7..73c2bd3 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,7 +28,7 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := alsa_aplay
LOCAL_SHARED_LIBRARIES := \
- libaudio \
+ libasound \
libc
include $(BUILD_EXECUTABLE)
@@ -60,7 +60,7 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := alsa_ctl
LOCAL_SHARED_LIBRARIES := \
- libaudio \
+ libasound \
libc
include $(BUILD_EXECUTABLE)
@@ -89,7 +89,7 @@ LOCAL_MODULE_TAGS := debug
LOCAL_MODULE := alsa_amixer
LOCAL_SHARED_LIBRARIES := \
- libaudio \
+ libasound \
libc
include $(BUILD_EXECUTABLE)