summaryrefslogtreecommitdiff
path: root/apex/apex.go
diff options
context:
space:
mode:
author Ryan Prichard <rprichard@google.com> 2021-04-02 20:23:22 -0700
committer Ryan Prichard <rprichard@google.com> 2021-04-02 21:07:35 -0700
commitc2018e2ed4ef5c8d9eeb23d563fbe5791f9992d5 (patch)
tree413d2d4607f9c2ab30d57517c7ca80d3d67387e3 /apex/apex.go
parent252831b03abe3d8a8849a2e271068acc056a3c47 (diff)
Remove libgcc toolchain libs for Android
Remove Android-targeting gcc toolchain libraries -- libgcc, libgcc_stripped, libatomic, and libgcov. Also remove libunwind_llvm, which is replaced with a libunwind toolchain prebuilt. The __atomic_* library functions are now part of the compiler-rt builtins library: https://android-review.googlesource.com/c/toolchain/llvm_android/+/1625025 Bug: http://b/153025717 Test: treehugger Change-Id: I971d0a4a49f1aaeb3546e80b6d94208277a171ac
Diffstat (limited to 'apex/apex.go')
-rw-r--r--apex/apex.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/apex/apex.go b/apex/apex.go
index 9d06e1c8f..c9e3f99cf 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -2925,9 +2925,7 @@ func makeApexAvailableBaseline() map[string][]string {
"com.google.android.material_material",
"com.google.android.material_material-nodeps",
- "libatomic",
"libclang_rt",
- "libgcc_stripped",
"libprofile-clang-extras",
"libprofile-clang-extras_ndk",
"libprofile-extras",