allwinner_a64/android/external/autotest/server/constants.py
2018-08-08 16:14:42 +08:00

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'