aboutsummaryrefslogtreecommitdiffstats
path: root/apex
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2019-05-06 17:28:56 +0000
committerColin Cross <ccross@android.com>2019-05-06 17:29:49 +0000
commit619cd098b6008d81876f310e2d83ebf141c4061e (patch)
treedb063ba5ae63200c1a5a9f452553a1fb7122fd85 /apex
parentbd475367c3dcb4478a70409c99b959ebdb117be3 (diff)
downloadbuild_soong-619cd098b6008d81876f310e2d83ebf141c4061e.tar.gz
build_soong-619cd098b6008d81876f310e2d83ebf141c4061e.tar.bz2
build_soong-619cd098b6008d81876f310e2d83ebf141c4061e.zip
Revert "Strip libgcc to only keep fallback symbols"
This reverts commit bd475367c3dcb4478a70409c99b959ebdb117be3. Reason for revert: b/130267141 Bug: 29275768 Bug: 130267141 Merged-In: I5b349fa6138e51663bf3b67109b880b4356da8e8 Change-Id: Ieab56390b27240ef7f2f52a48a673809da7bcf8e
Diffstat (limited to 'apex')
-rw-r--r--apex/apex_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go
index a07a89b8..c771ae45 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -93,13 +93,6 @@ func testApex(t *testing.T, bp string) *android.TestContext {
}
toolchain_library {
- name: "libgcc_stripped",
- src: "",
- vendor_available: true,
- recovery_available: true,
- }
-
- toolchain_library {
name: "libclang_rt.builtins-aarch64-android",
src: "",
vendor_available: true,