summaryrefslogtreecommitdiff
path: root/rust/rust.go
diff options
context:
space:
mode:
author Pawan Wagh <waghpawan@google.com> 2023-08-17 21:47:44 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-08-17 21:47:44 +0000
commit42668145278e4cde5e23c5a83c7acfb75bc7c003 (patch)
tree1d81e3d1adbcbe2fad20e5c0d4e22b61dc475386 /rust/rust.go
parent2ec55ba26132f58b6e71f705129a94182e184361 (diff)
parentccb75585632e5c6754724468b2c651d777c201fa (diff)
Merge "Adding fuzz_config in rust_defaults" into main
Diffstat (limited to 'rust/rust.go')
-rw-r--r--rust/rust.go1
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)