diff options
author | 2019-06-02 00:53:50 -0700 | |
---|---|---|
committer | 2019-06-03 15:52:40 -0700 | |
commit | e7fe9913d676b32558f25120620e721f29f1391d (patch) | |
tree | 8bbe8ddac21adf86c5d78f6a4d815475f641035a /sysprop/sysprop_test.go | |
parent | 06b2c69cfecaef535b1e1ccfd256d840dc80afe4 (diff) |
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
Diffstat (limited to 'sysprop/sysprop_test.go')
-rw-r--r-- | sysprop/sysprop_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprop/sysprop_test.go b/sysprop/sysprop_test.go index d78238afd..b470ba531 100644 --- a/sysprop/sysprop_test.go +++ b/sysprop/sysprop_test.go @@ -278,7 +278,7 @@ func TestSyspropLibrary(t *testing.T) { cc_library { name: "liblog", - no_libgcc: true, + no_libcrt: true, nocrt: true, system_shared_libs: [], recovery_available: true, |