Merge "Use unstripped binaries in fuzz target packaging."
am: 9f221955f4
Change-Id: I1e2ee8c60dbaa34c12380a919ab6d383df9613a6
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