Dan Shi | a287217 | 2015-10-31 01:16:51 -0700 | [diff] [blame] | 1 | # Flag file to indicate the host is an adb tester. |
J. Richard Barnette | 908b2e4 | 2016-03-18 15:46:22 -0700 | [diff] [blame] | 2 | ANDROID_TESTER_FILEFLAG = '/mnt/stateful_partition/.android_tester' |
Bindu Mahadev | 472a558 | 2016-05-20 09:59:07 -0700 | [diff] [blame] | 3 | |
4 | # Android test environment constants | ||||
5 | SL4A_APK = 'sl4a.apk' | ||||
6 | SL4A_PACKAGE = 'com.googlecode.android_scripting' | ||||
Benny Peake | bdbea87 | 2016-12-07 13:18:09 -0800 | [diff] [blame] | 7 | SL4A_ARTIFACT = 'test_zip' |