|  | Methods defined here: 
 __init__(self, build_dir=None, target_os=None, target_cpu=None, is_debug=None, is_verbose=None, apk_name='MojoRunner.apk')Function arguments take precedence over GN args and default values.
 Static methods defined here:
 
 GetHostCPU()
 GetHostOS()
 Data descriptors defined here:
 
 __dict__dictionary for instance variables (if defined)
 __weakref__list of weak references to the object (if defined)
 apk_nameName of the APK file to run
 build_dirBuild directory path.
 dcheck_always_onDCHECK and MOJO_DCHECK are fatal even in release builds
 is_asanIs ASAN build?
 is_debugIs Debug build?
 is_verboseShould print additional logging information?
 target_cpuCPU arch of the build/test target.
 target_osOS of the build/test target.
 Data and other attributes defined here:
 
 ARCH_ARM = 'arm'
 ARCH_X64 = 'x64'
 ARCH_X86 = 'x86'
 OS_ANDROID = 'android'
 OS_CHROMEOS = 'chromeos'
 OS_LINUX = 'linux'
 OS_MAC = 'mac'
 OS_WINDOWS = 'windows'
 |