Merge "Rename hiddenapi csv artifact" am: d89374c5a7
am: ed7377cc19
am: 3ee7167f39
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1394869 Change-Id: I804e8dfd1dac12c1a101dc580d6e16bcc3b4df1c
This commit is contained in:
committed by
Automerger Merge Worker
commit
358ca8979a
@@ -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)
|
||||
@@ -293,7 +293,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