Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
internal/ | 22-Nov-2023 | - | 4,969 | 4,060 | ||
public/ | 22-Nov-2023 | - | 2,503 | 1,905 | ||
.git | D | 01-Jan-1970 | 0 | |||
.gitignore | D | 22-Nov-2023 | 11 | 3 | 2 | |
Android.mk | D | 22-Nov-2023 | 1.3 KiB | 40 | 17 | |
LICENSE | D | 22-Nov-2023 | 11.1 KiB | 204 | 169 | |
OWNERS | D | 22-Nov-2023 | 15 | 2 | 1 | |
README.md | D | 22-Nov-2023 | 455 | 20 | 11 | |
__init__.py | D | 22-Nov-2023 | 0 | 1 | 0 | |
regen_proto.sh | D | 22-Nov-2023 | 297 | 7 | 2 | |
run_tests.sh | D | 22-Nov-2023 | 293 | 13 | 8 | |
setup.py | D | 22-Nov-2023 | 1.1 KiB | 41 | 22 |
README.md
1The Cloud Android Driver Binaries (namely, acloud) in this project provide the 2standard APIs to access and control Cloud Android devices (i.e., Android Virtual 3Devices 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 17To run all unit tests: 18 19 `$ tools\acloud\run_tests.sh` 20