| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| __init__.py | 21-Aug-2018 | 0 | |
| Android.mk | 21-Aug-2018 | 1.3K | |
| internal/ | 21-Aug-2018 | ||
| LICENSE | 21-Aug-2018 | 11.1K | |
| OWNERS | 21-Aug-2018 | 15 | |
| public/ | 21-Aug-2018 | ||
| README.md | 21-Aug-2018 | 455 | |
| regen_proto.sh | 21-Aug-2018 | 297 | |
| run_tests.sh | 21-Aug-2018 | 293 | |
| setup.py | 21-Aug-2018 | 1.1K | |
1 The Cloud Android Driver Binaries (namely, acloud) in this project provide the 2 standard APIs to access and control Cloud Android devices (i.e., Android Virtual 3 Devices on Google Compute Engine) instantiated by using the Android source code 4 5 #1. Compilation: 6 7 `$ make acloud` # this produces acloud.zip 8 9 #2. Installation: 10 11 `$ pip install acloud.zip` 12 13 #3. Execution: 14 15 `$ acloud <flags> 16 17 To run all unit tests: 18 19 `$ tools\acloud\run_tests.sh` 20