commit | c59778adc64f4f19389c134e0725c7cd60a26330 | [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 | 7b30946fa51225c62b17aee61cc227499ab6dafe [diff] | |
parent | 18ebc2336a71a6dd1bdc6a77d2111c627eca8f9b [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)