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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user