commit | 9e825dd69457e43f2f23f8e481a53d2c9332df8b | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Mon Mar 02 15:26:25 2020 -0800 |
committer | Igor Murashkin <iam@google.com> | Mon Mar 02 15:26:25 2020 -0800 |
tree | e36fd23be09b5a6b4e916c29156da5b9d3d09011 | |
parent | dd878a427032990cc1e477ff5687dd6f9d0da664 [diff] |
compiler: Add --blacklist-filter "regex" flag to iorap.cmd.compiler If the --blacklist-filter is specified, its regular expression is used to ignore any file paths that are matched by regex_search. For example, --blacklist-filter "[.]art$" would remove any files with the .art extension from the output file. Bug: 150640692 Test: iorapd-host-tests --gtest_filter='*Compiler* Change-Id: I67879d787cbfc3bc6cc6365fad8d697567877bd4