diff options
Diffstat (limited to 'rust/test.go')
-rw-r--r-- | rust/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/test.go b/rust/test.go index 20ccfb31c..dce5e0391 100644 --- a/rust/test.go +++ b/rust/test.go @@ -238,7 +238,7 @@ func RustTestHostFactory() android.Module { return module.Init() } -func (test *testDecorator) stdLinkage(ctx *depsContext) RustLinkage { +func (test *testDecorator) stdLinkage(device bool) RustLinkage { return RlibLinkage } |