Use flag names with merge_csv.py.
Bug: 145132366 Test: diff -w out/soong/hiddenapi/hiddenapi-greylist.csv Change-Id: If63c8ae5eda48e49bf58a338bf08f0f2d4fea3cf
This commit is contained in:
parent
ae83ce656d
commit
79fac05b45
|
@ -294,9 +294,8 @@ func metadataRule(ctx android.SingletonContext) android.Path {
|
||||||
|
|
||||||
rule.Command().
|
rule.Command().
|
||||||
BuiltTool(ctx, "merge_csv").
|
BuiltTool(ctx, "merge_csv").
|
||||||
Inputs(metadataCSV).
|
FlagWithOutput("--output=", outputPath).
|
||||||
Text(">").
|
Inputs(metadataCSV)
|
||||||
Output(outputPath)
|
|
||||||
|
|
||||||
rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata")
|
rule.Build(pctx, ctx, "hiddenAPIGreylistMetadataFile", "hiddenapi greylist metadata")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue