7 lines
256 B
Python
7 lines
256 B
Python
# Flag file to indicate the host is an adb tester.
|
|
ANDROID_TESTER_FILEFLAG = '/mnt/stateful_partition/.android_tester'
|
|
|
|
# Android test environment constants
|
|
SL4A_APK = 'sl4a.apk'
|
|
SL4A_PACKAGE = 'com.googlecode.android_scripting'
|
|
SL4A_ARTIFACT = 'test_zip'
|