commit | 19833d24887164fdfa7313bda533283f47acd205 | [log] [tgz] |
---|---|---|
author | Dmitriy Ivanov <dimitry@google.com> | Tue Mar 10 02:44:19 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 10 02:44:20 2015 +0000 |
tree | 999a0bdd678978de7edc72e24bbc1de7ff0b92d6 | |
parent | ad5ed361a757494c0b308ec43cddc80ed9d8843f [diff] | |
parent | 692c0e41e18283a6e6857c8600a9c857f3004d59 [diff] |
Merge "Generate sysv hash for liblog"
diff --git a/liblog/Android.mk b/liblog/Android.mk index 4e6424a..89fca44 100644 --- a/liblog/Android.mk +++ b/liblog/Android.mk
@@ -83,6 +83,10 @@ LOCAL_MODULE := liblog LOCAL_WHOLE_STATIC_LIBRARIES := liblog LOCAL_CFLAGS := -Werror $(liblog_cflags) + +# TODO: This is to work around b/19059885. Remove after root cause is fixed +LOCAL_LDFLAGS := -Wl,--hash-style=both + include $(BUILD_SHARED_LIBRARY) include $(call first-makefiles-under,$(LOCAL_PATH))