summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--liblog/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblog/Android.mk b/liblog/Android.mk
index d7766f544..70aff83a8 100644
--- a/liblog/Android.mk
+++ b/liblog/Android.mk
@@ -85,7 +85,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := liblog
85LOCAL_CFLAGS := -Werror $(liblog_cflags) 85LOCAL_CFLAGS := -Werror $(liblog_cflags)
86 86
87# TODO: This is to work around b/19059885. Remove after root cause is fixed 87# TODO: This is to work around b/19059885. Remove after root cause is fixed
88LOCAL_LDFLAGS_arm := -Wl,--hash-style=both 88LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv
89 89
90include $(BUILD_SHARED_LIBRARY) 90include $(BUILD_SHARED_LIBRARY)
91 91