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 70aff83a8..d7766f544 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=sysv 88LOCAL_LDFLAGS_arm := -Wl,--hash-style=both
89 89
90include $(BUILD_SHARED_LIBRARY) 90include $(BUILD_SHARED_LIBRARY)
91 91