diff options
author | 2023-08-17 21:47:44 +0000 | |
---|---|---|
committer | 2023-08-17 21:47:44 +0000 | |
commit | 42668145278e4cde5e23c5a83c7acfb75bc7c003 (patch) | |
tree | 1d81e3d1adbcbe2fad20e5c0d4e22b61dc475386 /rust/rust.go | |
parent | 2ec55ba26132f58b6e71f705129a94182e184361 (diff) | |
parent | ccb75585632e5c6754724468b2c651d777c201fa (diff) |
Merge "Adding fuzz_config in rust_defaults" into main
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 e2154f0cc..fc8db8655 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -613,6 +613,7 @@ func DefaultsFactory(props ...interface{}) android.Module { &cc.RustBindgenClangProperties{}, &ClippyProperties{}, &SanitizeProperties{}, + &fuzz.FuzzProperties{}, ) android.InitDefaultsModule(module) |