Merge "Add tags to the list of lsdump paths"

This commit is contained in:
Hsin-Yi Chen
2019-08-15 02:20:30 +00:00
committed by Gerrit Code Review
4 changed files with 51 additions and 24 deletions

View File

@@ -643,9 +643,6 @@ func TransformDumpToLinkedDump(ctx android.ModuleContext, sAbiDumps android.Path
excludedSymbolVersions, excludedSymbolTags []string) android.OptionalPath {
outputFile := android.PathForModuleOut(ctx, baseName+".lsdump")
sabiLock.Lock()
lsdumpPaths = append(lsdumpPaths, outputFile.String())
sabiLock.Unlock()
implicits := android.Paths{soFile}
symbolFilterStr := "-so " + soFile.String()