• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

internal/22-Nov-2023-5,1254,182

public/22-Nov-2023-2,5681,941

.gitD01-Jan-19700

.gitignoreD22-Nov-202311 32

Android.mkD22-Nov-20231.3 KiB4017

LICENSED22-Nov-202311.1 KiB204169

OWNERSD22-Nov-202315 21

README.mdD22-Nov-2023455 2011

__init__.pyD22-Nov-20230 10

regen_proto.shD22-Nov-2023297 72

run_tests.shD22-Nov-2023293 138

setup.pyD22-Nov-20231.1 KiB4122

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