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