Merge "Add tags to the list of lsdump paths"
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user