Moving common fuzzing code to fuzz package

Test: make haiku and make haiku-rust
Change-Id: Ife80cc10672f51bd6afbae7061cc9373a2a15e7d
This commit is contained in:
hamzeh
2021-07-22 12:05:08 -07:00
committed by Hamzeh Zawawy
parent 60880e0517
commit c0a671fc80
7 changed files with 94 additions and 71 deletions

View File

@@ -13,6 +13,7 @@ bootstrap_go_package {
"soong-bazel",
"soong-cc-config",
"soong-etc",
"soong-fuzz",
"soong-genrule",
"soong-snapshot",
"soong-tradefed",
@@ -59,7 +60,6 @@ bootstrap_go_package {
"binary.go",
"binary_sdk_member.go",
"fuzz.go",
"fuzz_common.go",
"library.go",
"library_headers.go",
"library_sdk_member.go",