Merge "Fuzz corpus entries should not go in a subdirectory."
This commit is contained in:
@@ -215,7 +215,7 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
|||||||
// The corpora.
|
// The corpora.
|
||||||
for _, corpusEntry := range fuzzModule.corpus {
|
for _, corpusEntry := range fuzzModule.corpus {
|
||||||
archDirs[archDir] = append(archDirs[archDir],
|
archDirs[archDir] = append(archDirs[archDir],
|
||||||
fileToZip{corpusEntry, ccModule.Name() + "/corpus/" + corpusEntry.Base()})
|
fileToZip{corpusEntry, ccModule.Name() + "/corpus"})
|
||||||
}
|
}
|
||||||
|
|
||||||
// The dictionary.
|
// The dictionary.
|
||||||
|
Reference in New Issue
Block a user