diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/rust.go b/rust/rust.go index f0d0e361c..fa54b1b32 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -429,6 +429,7 @@ func DefaultsFactory(props ...interface{}) android.Module { module.AddProperties( &BaseProperties{}, &cc.VendorProperties{}, + &BenchmarkProperties{}, &BindgenProperties{}, &BaseCompilerProperties{}, &BinaryCompilerProperties{}, |