diff options
author | tinyalsa <simonwilson@google.com> | 2011-07-27 12:37:27 -0700 |
---|---|---|
committer | tinyalsa <simonwilson@google.com> | 2011-07-27 12:37:27 -0700 |
commit | 49900f07e463419c74c3c511746dfff717378cd5 (patch) | |
tree | e645cf4ca8f52ac8af1cffebddf995214d63aa87 | |
parent | ea019eff36c0ffbf4de41d4694f9c688979b7c08 (diff) | |
parent | 99089d75f2fba9f56a258b0ec148248d00d843d7 (diff) |
Merge pull request #3 from broonie/noprelink
Android.mk: Disable prelinking by default
-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) |