diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-21 19:00:21 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-21 19:02:22 +0100 |
commit | 99089d75f2fba9f56a258b0ec148248d00d843d7 (patch) | |
tree | 75a2913eaf6569b9e1f99cc52cba7af3d7f35d15 | |
parent | c8aedefba2dda8da5cbc2343f02eac5925a42001 (diff) |
Android.mk: Disable prelinking by default
Support building out of the box on Android releases that don't have this
library in their prelink map.
-rw-r--r-- | Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ LOCAL_SRC_FILES:= mixer.c pcm.c LOCAL_MODULE := libtinyalsa LOCAL_SHARED_LIBRARIES:= libcutils libutils LOCAL_MODULE_TAGS := optional +LOCAL_PRELINK_MODULE := false include $(BUILD_SHARED_LIBRARY) |