tree: 5ab4b0017fbc224f268e8ae5ca01354862f3f1d5 [path history] [tgz]
  1. core/
  2. tools/
  3. __init__.py
  4. a.py
  5. Android.bp
  6. README.md
  7. tests.py
experiments/a/README.md

A tool

A tool is a command-line tool that can run android workflows and productivity tools go/a-tool-design-doc

Contributions welcome!

To Run

a {config_name} or python3 a.py {config_name}

To develop

python3 a.py {config_name}

To Test:

or python3 -m unittest **/*_test.py or python3 tests.py`` or atest .```