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.
This commit is contained in:
Mark Brown
2011-07-21 19:00:21 +01:00
parent c8aedefba2
commit 99089d75f2
+1
View File
@@ -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)