Merge "Fix build breakage b/158783867" am: 83b1296457

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1332082

Change-Id: Iecd2f6bec6b99e367d5b10f8962411abea23e5f8
This commit is contained in:
Sophie Zheng
2020-06-15 16:58:36 +00:00
committed by Automerger Merge Worker

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(),
},