Merge "Use unstripped binaries in fuzz target packaging."

This commit is contained in:
Treehugger Robot
2019-10-30 20:48:14 +00:00
committed by Gerrit Code Review

View File

@@ -259,7 +259,7 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
// The executable. // The executable.
archDirs[archDir] = append(archDirs[archDir], archDirs[archDir] = append(archDirs[archDir],
fileToZip{ccModule.outputFile.Path(), ccModule.Name()}) fileToZip{ccModule.UnstrippedOutputFile(), ccModule.Name()})
// The corpora. // The corpora.
for _, corpusEntry := range fuzzModule.corpus { for _, corpusEntry := range fuzzModule.corpus {