Clean up no_libgcc

no_libgcc is no longer needed anywhere. Move all occurances to no_libcrt
and remove no_libgcc.

Test: build
Change-Id: I6dd49db71d05d7685aa90cc837627f65e6742d6d
This commit is contained in:
Yi Kong
2019-06-02 00:53:50 -07:00
parent 06b2c69cfe
commit e7fe9913d6
5 changed files with 22 additions and 28 deletions

View File

@@ -585,7 +585,7 @@ func TestApexWithSystemLibsStubs(t *testing.T) {
cc_library {
name: "libc",
no_libgcc: true,
no_libcrt: true,
nocrt: true,
system_shared_libs: [],
stl: "none",
@@ -596,7 +596,7 @@ func TestApexWithSystemLibsStubs(t *testing.T) {
cc_library {
name: "libm",
no_libgcc: true,
no_libcrt: true,
nocrt: true,
system_shared_libs: [],
stl: "none",
@@ -607,7 +607,7 @@ func TestApexWithSystemLibsStubs(t *testing.T) {
cc_library {
name: "libdl",
no_libgcc: true,
no_libcrt: true,
nocrt: true,
system_shared_libs: [],
stl: "none",