commit | 93dee964d40e74e7c921112eb7cece4eb994b4c7 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Feb 06 17:52:38 2020 -0800 |
committer | Josh Gao <jmgao@google.com> | Fri Feb 07 15:59:49 2020 -0800 |
tree | 924b5768a0cd6a581adbf10b9bda4712598fe029 | |
parent | 09b9fc56a29aabef4f79c999dfdf03eabd1faf54 [diff] [blame] |
adb: switch tests to python3. Test: treehugger Change-Id: Ia1f6a659e23f5d9e63c9b106c60d56b5b954b19c
diff --git a/adb/Android.bp b/adb/Android.bp index 5073568..675525c 100644 --- a/adb/Android.bp +++ b/adb/Android.bp
@@ -696,10 +696,10 @@ test_suites: ["general-tests"], version: { py2: { - enabled: true, + enabled: false, }, py3: { - enabled: false, + enabled: true, }, }, }