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:
@@ -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(),
|
||||
},
|
||||
|
Reference in New Issue
Block a user