diff options
author | 2021-07-07 14:00:07 -0700 | |
---|---|---|
committer | 2021-07-16 17:43:33 -0700 | |
commit | 41ad881e162a3c1fe057e9e301da0b123de1557f (patch) | |
tree | ca919157b4a97be03caa5c16445b250438d9a4ff /rust/rust.go | |
parent | 393bffee78a8c825d6bc64bf096b6df6978f7150 (diff) |
Refactoring fuzz packaging code
Rust and cc fuzz packaging have common. This change is to put this
common methods and fields into fuzz_common.
Test: make haiku and make haiku-rust ran locally and verify corpus,
dict and config are packaged along with the executable.
Change-Id: I04bf535cd2597ed8b2bd3d8e6ea8c28f38bdc18b
Diffstat (limited to 'rust/rust.go')
-rw-r--r-- | rust/rust.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rust/rust.go b/rust/rust.go index 38f1742d4..52b409435 100644 --- a/rust/rust.go +++ b/rust/rust.go @@ -119,9 +119,7 @@ type BaseProperties struct { } type Module struct { - android.ModuleBase - android.DefaultableModuleBase - android.ApexModuleBase + cc.FuzzModule VendorProperties cc.VendorProperties |