Make the srcs and exclude_srcs properties configurable
Bug: 358377461 Bug: 342006386 Test: Presubmits Change-Id: I21c20254a3ad3e75dd401ab807eb57ddbbeac047
This commit is contained in:
@@ -373,7 +373,7 @@ func NewFuzzer(hod android.HostOrDeviceSupported) *Module {
|
||||
}
|
||||
|
||||
if targetFramework == fuzz.AFL {
|
||||
fuzzBin.baseCompiler.Properties.Srcs = append(fuzzBin.baseCompiler.Properties.Srcs, ":aflpp_driver", ":afl-compiler-rt")
|
||||
fuzzBin.baseCompiler.Properties.Srcs.AppendSimpleValue([]string{":aflpp_driver", ":afl-compiler-rt"})
|
||||
module.fuzzer.Properties.FuzzFramework = fuzz.AFL
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user