diff options
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rust/rust.go b/rust/rust.go index 80be49638..e18f8cc1b 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -25,6 +25,7 @@ import ( "android/soong/bloaty" "android/soong/cc" cc_config "android/soong/cc/config" + "android/soong/fuzz" "android/soong/rust/config" ) @@ -123,7 +124,7 @@ type BaseProperties struct { } type Module struct { - cc.FuzzModule + fuzz.FuzzModule VendorProperties cc.VendorProperties |