commit | 7872f3980e75fb3fefa4eb4a5af50f8c00bc108d | [log] [tgz] |
---|---|---|
author | Logan Chien <loganchien@google.com> | Fri Apr 13 17:28:42 2018 +0800 |
committer | Logan Chien <loganchien@google.com> | Fri Apr 13 17:31:35 2018 +0800 |
tree | d434a6cc858d5de47c7101707e94fdffd239c62f | |
parent | 66f48b42c26f1f53938c1a5fe2f159ad0a84dc89 [diff] |
sourcedr: Add module path filters This commit adds module path filters to `list_vndk_module.py`. With this commit, one may filter the result with `--select` and `--exclude`. For example, to exclude the entries under vendor/ and device/, run: ./list_vndk_module.py --exclude '(vendor/)|(device/)' [filename] Test: Generate the latest eligible list Change-Id: I848a020fe9e4a7bcf8fd5a5f2760a7f905dfb7ab