Merge "Fix build breakage b/158783867"

This commit is contained in:
Sophie Zheng
2020-06-15 16:44:54 +00:00
committed by Gerrit Code Review

View File

@@ -329,6 +329,7 @@ func parseSymbolFileForCoverage(ctx ModuleContext, symbolFile string) android.Mo
Description: "parse ndk api symbol file for api coverage: " + symbolFilePath.Rel(),
Outputs: []android.WritablePath{parsedApiCoveragePath},
Input: symbolFilePath,
Implicits: []android.Path{apiLevelsJson},
Args: map[string]string{
"apiMap": apiLevelsJson.String(),
},