diff options
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r-- | apex/apex_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go index cf2c9533b..96a7a575a 100644 --- a/apex/apex_test.go +++ b/apex/apex_test.go @@ -1319,6 +1319,7 @@ func TestApexWithSystemLibsStubs(t *testing.T) { cc_library { name: "mylib", srcs: ["mylib.cpp"], + system_shared_libs: ["libc", "libm"], shared_libs: ["libdl#27"], stl: "none", apex_available: [ "myapex" ], |