diff options
author | Dmitriy Ivanov <dimitry@google.com> | 2015-03-27 22:46:52 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-03-27 22:46:52 +0000 |
commit | 5c136382a6f1ad796a60463898d4c08fadead669 (patch) | |
tree | fed0256e34404fee5603fe4a862190a949f8c522 /libc | |
parent | cd79a59b18f8e81b5f37258f376a726dc8acb81a (diff) | |
parent | 402d19945092eee87cfb6c029c98ccb4fb40d2c6 (diff) | |
download | android_bionic-5c136382a6f1ad796a60463898d4c08fadead669.tar.gz android_bionic-5c136382a6f1ad796a60463898d4c08fadead669.tar.bz2 android_bionic-5c136382a6f1ad796a60463898d4c08fadead669.zip |
Merge "Fix libstdc++.so hash-style."
Diffstat (limited to 'libc')
-rw-r--r-- | libc/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk index ebc59ded7..e438552eb 100644 --- a/libc/Android.mk +++ b/libc/Android.mk @@ -1502,7 +1502,7 @@ LOCAL_CFLAGS := $(libc_common_cflags) LOCAL_CPPFLAGS := $(libc_common_cppflags) # TODO: This is to work around b/19059885. Remove after root cause is fixed -LOCAL_LDFLAGS_arm := -Wl,--hash-style=both +LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv LOCAL_SRC_FILES := $(libstdcxx_common_src_files) LOCAL_MODULE:= libstdc++ |