diff options
author | 2021-06-08 15:41:32 +0100 | |
---|---|---|
committer | 2021-06-09 14:02:03 +0100 | |
commit | 84c1cdf31f8f888ee9c0beb201d35ad9d293c341 (patch) | |
tree | 78089b28ef5f7b02288fe0b645060dfe5f5f2f4b /java/hiddenapi_monolithic.go | |
parent | a4d9b86c8b5042470df3a8cc80824f538eba0642 (diff) |
Maintain header order in merge_csv
Previously, if the --header property was not specified then merge_csv
would use a header constructed by sorting all the fields in the input
files. That required that any use of merge_csv which did not already
have headers in the required order would have to explicitly specify the
headers. That made it harder to use merge_csv as a generic tool as each
invocation needed to be aware of what headers were exported in the
output.
This change causes merge_csv to simply use the headers in the order in
which they are encountered in the input files. That removes the need to
specify the --header option when generating the index files.
Bug: 179354495
Test: m out/soong/hiddenapi/hiddenapi-index.csv out/soong/hiddenapi/hiddenapi-unsupported.csv
- make sure that they are not changed by this change.
Change-Id: I420b7d07aea85af6372cd7580a8be5e2cc82a513
Diffstat (limited to 'java/hiddenapi_monolithic.go')
0 files changed, 0 insertions, 0 deletions