aboutsummaryrefslogtreecommitdiffstats
path: root/libc/Android.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-04-03 11:27:53 -0700
committerElliott Hughes <enh@google.com>2015-04-03 12:37:03 -0700
commit76e1cbca75e9fdaf7a7943f2c58e65433b283f4a (patch)
tree71f98b1cf8521c3c2111bf375707d8aebf653cf9 /libc/Android.mk
parent06b6e3c51d38d70c5ca99f3a3f795697031ac27f (diff)
downloadandroid_bionic-76e1cbca75e9fdaf7a7943f2c58e65433b283f4a.tar.gz
android_bionic-76e1cbca75e9fdaf7a7943f2c58e65433b283f4a.tar.bz2
android_bionic-76e1cbca75e9fdaf7a7943f2c58e65433b283f4a.zip
Fix volantis boot.
NVIDIA binary blobs are assuming that __cache_clear, _Unwind_Backtrace, and _Unwind_GetIP are all in some library that they link, but now we've cleaned up this leakage, they're no longer getting it. Deliberately leak the symbols from libc.so until we get new blobs. Bug: http://b/20065774 Change-Id: I92ef07b2bce8d1ad719bf40dab41d745cd6904d4
Diffstat (limited to 'libc/Android.mk')
-rw-r--r--libc/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/Android.mk b/libc/Android.mk
index 0de0fb21c..e632ee72f 100644
--- a/libc/Android.mk
+++ b/libc/Android.mk
@@ -1384,7 +1384,8 @@ LOCAL_LDFLAGS := -Wl,--version-script,$(LOCAL_PATH)/version_script.txt
# We'd really like to do this for all architectures, but since this wasn't done
# before, these symbols must continue to be exported on LP32 for binary
# compatibility.
-LOCAL_LDFLAGS_64 := -Wl,--exclude-libs,libgcc.a
+# TODO: disabled for http://b/20065774.
+#LOCAL_LDFLAGS_64 := -Wl,--exclude-libs,libgcc.a
# TODO: This is to work around b/19059885. Remove after root cause is fixed
LOCAL_LDFLAGS_arm := -Wl,--hash-style=sysv