Merge "Fuzz corpus entries should not go in a subdirectory."
am: 959a3ffbda
Change-Id: Id814f2919151a4e470dea7a29ab2c9179967cec6
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