diff options
Diffstat (limited to 'rust/rust_test.go')
-rw-r--r-- | rust/rust_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rust/rust_test.go b/rust/rust_test.go index afe530abf..020581dfc 100644 --- a/rust/rust_test.go +++ b/rust/rust_test.go @@ -22,6 +22,7 @@ import ( "testing" "android/soong/android" + "android/soong/cc" ) var ( @@ -61,6 +62,8 @@ func testConfig(bp string) android.Config { "libz.so": nil, } + cc.GatherRequiredFilesForTest(fs) + return android.TestArchConfig(buildDir, nil, bp, fs) } |