Merge "Use unstripped binaries in fuzz target packaging." am: 9f221955f4

am: 7be457b958

Change-Id: Ia08178095e4a2e72e6deeab62be15d0731deb2c1
This commit is contained in:
Mitch Phillips
2019-10-30 15:09:27 -07:00
committed by android-build-merger

View File

@@ -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 {