Home | History | Annotate | only in /tools/acloud
Up to higher level directory
NameDateSize
__init__.py21-Aug-20180
Android.mk21-Aug-20181.3K
internal/21-Aug-2018
LICENSE21-Aug-201811.1K
OWNERS21-Aug-201815
public/21-Aug-2018
README.md21-Aug-2018455
regen_proto.sh21-Aug-2018297
run_tests.sh21-Aug-2018293
setup.py21-Aug-20181.1K

README.md

      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