summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2018-10-01 17:27:56 +0000
committerYi Kong <yikong@google.com>2018-10-01 22:40:20 +0000
commita8fb6ce7e12ff010850ec1f096f7993dad764bf3 (patch)
treed057aae9f5c9abf46d430b6acaf3ee022de74860
parent6136ec05d911d4a306778dbee9b3a49c47e421d9 (diff)
downloadlibunwind_llvm-a8fb6ce7e12ff010850ec1f096f7993dad764bf3.tar.gz
New toolchain update has fixed the underlying issue, workaround no longer needed. This reverts commit 34ed2ea33c5cbd8799e8658080a0017fc702e538. Bug: 78627089 Test: Test: Verify that libmemunreachable.so with LTO has hidden visibility for _Unwind_VRS_Set Change-Id: Ifae3107d6507b86022ef31912baa43d96a0d259a
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 81dad26..61709d6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -68,7 +68,4 @@ cc_library_static {
enabled: true,
},
},
- lto: {
- never: true,
- }
}