Merge "Use unstripped binaries in fuzz target packaging." am: 9f221955f4
am: 7be457b958
Change-Id: Ia08178095e4a2e72e6deeab62be15d0731deb2c1
This commit is contained in:
@@ -259,7 +259,7 @@ func (s *fuzzPackager) GenerateBuildActions(ctx android.SingletonContext) {
|
||||
|
||||
// The executable.
|
||||
archDirs[archDir] = append(archDirs[archDir],
|
||||
fileToZip{ccModule.outputFile.Path(), ccModule.Name()})
|
||||
fileToZip{ccModule.UnstrippedOutputFile(), ccModule.Name()})
|
||||
|
||||
// The corpora.
|
||||
for _, corpusEntry := range fuzzModule.corpus {
|
||||
|
Reference in New Issue
Block a user