Fix build breakage b/158783867

Add missing dependency for file 'api_levels.json' in rule
'parseNdkApiRule'
Forest test build link: http://shortn/_iCbktdkPsT

Test: m ndk

Change-Id: I9bcd3f8d261e40b6033ec82c4a50971ccb8b45b1
This commit is contained in:
sophiez
2020-06-11 17:27:56 -07:00
committed by Sophie Zheng
parent 1adc63ec3d
commit 148b317ab8

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