android_packages_modules_Co.../tools/testdata
Remi NGUYEN VAN 0bd90f10b9 Use conventional args style for gen_jarjar
gen_jarjar supported multi-valued arguments via space-separated lists,
like "--apistubs foo bar". This is unusual, as "bar" would generally be
interpreted as a positional argument instead.

Change the usage to "--apistubs foo --apistubs bar", which is more
conventional. Also remove the "--jars" switch to have the jars be
positional arguments instead, and change the "--unsupportedapi"
arguments to be a column-separated list (like java classpath), instead
of space-separated. For --unsupportedapi, this allows providing a list
of files via minimal modifications in the genrule usage.

Test: m
Change-Id: Id67ad16de2ea6682fee402540f464ed3b5b0cca9
2022-08-25 06:42:54 +00:00
..
java Use conventional args style for gen_jarjar 2022-08-25 06:42:54 +00:00
test-jarjar-excludes.txt Add jarjar rules generator 2022-06-14 09:11:27 +00:00
test-other-unsupportedappusage.txt Use conventional args style for gen_jarjar 2022-08-25 06:42:54 +00:00
test-unsupportedappusage.txt Add jarjar rules generator 2022-06-14 09:11:27 +00:00