Rename hiddenapi csv artifact
Use a more inclusive terminology (go/hiddenapi-list-renaming). Bug: 162844296 Test: m Change-Id: I9feea8f9d8e88977d949dfe4dcbd7e72bf77a451
This commit is contained in:
@@ -43,7 +43,7 @@ func hiddenAPISingletonPaths(ctx android.PathContext) hiddenAPISingletonPathsStr
|
||||
return hiddenAPISingletonPathsStruct{
|
||||
flags: android.PathForOutput(ctx, "hiddenapi", "hiddenapi-flags.csv"),
|
||||
index: android.PathForOutput(ctx, "hiddenapi", "hiddenapi-index.csv"),
|
||||
metadata: android.PathForOutput(ctx, "hiddenapi", "hiddenapi-greylist.csv"),
|
||||
metadata: android.PathForOutput(ctx, "hiddenapi", "hiddenapi-unsupported.csv"),
|
||||
stubFlags: android.PathForOutput(ctx, "hiddenapi", "hiddenapi-stub-flags.txt"),
|
||||
}
|
||||
}).(hiddenAPISingletonPathsStruct)
|
||||
@@ -284,7 +284,7 @@ func emptyFlagsRule(ctx android.SingletonContext) android.Path {
|
||||
return outputPath
|
||||
}
|
||||
|
||||
// metadataRule creates a rule to build hiddenapi-greylist.csv out of the metadata.csv files generated for boot image
|
||||
// metadataRule creates a rule to build hiddenapi-unsupported.csv out of the metadata.csv files generated for boot image
|
||||
// modules.
|
||||
func metadataRule(ctx android.SingletonContext) android.Path {
|
||||
var metadataCSV android.Paths
|
||||
|
Reference in New Issue
Block a user