commit | 6b95c469b2b4c3c858e148d53e8e83208a87ce8e | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Fri May 08 21:24:12 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 08 21:24:13 2015 +0000 |
tree | 81bbbd9019e9889d38a46d47fb8ad9c582e4a84a | |
parent | 3f68bc258612148350b465bd847f2a2a2d80943b [diff] | |
parent | fd8afe6f31c4dd290d8bc68ce9848d73879f4f8a [diff] |
Merge "Switch liblog.so to hash-style=both"
diff --git a/liblog/Android.mk b/liblog/Android.mk index 70aff83..d7766f5 100644 --- a/liblog/Android.mk +++ b/liblog/Android.mk
@@ -85,7 +85,7 @@ LOCAL_CFLAGS := -Werror $(liblog_cflags) # TODO: This is to work around b/19059885. Remove after root cause is fixed -LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv +LOCAL_LDFLAGS_arm := -Wl,--hash-style=both include $(BUILD_SHARED_LIBRARY)