Merge "Remove libgcc toolchain libs for Android"

This commit is contained in:
Ryan Prichard
2021-04-06 21:43:33 +00:00
committed by Gerrit Code Review
7 changed files with 3 additions and 187 deletions

View File

@@ -37,17 +37,6 @@ toolchain_library {
recovery_available: true,
native_bridge_supported: true,
src: "",
}
toolchain_library {
name: "libatomic",
defaults: ["linux_bionic_supported"],
vendor_available: true,
vendor_ramdisk_available: true,
product_available: true,
recovery_available: true,
native_bridge_supported: true,
src: "",
}`
)