Merge "Use unstripped binaries in fuzz target packaging."
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user