diff options
Diffstat (limited to 'cc/testing.go')
| -rw-r--r-- | cc/testing.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/testing.go b/cc/testing.go index 611992070..d92309f3d 100644 --- a/cc/testing.go +++ b/cc/testing.go @@ -457,6 +457,7 @@ func TestConfig(buildDir string, os android.OsType, env map[string]string, "my_include": nil, "foo.map.txt": nil, "liba.so": nil, + "libb.a": nil, } GatherRequiredFilesForTest(mockFS) |