summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/apex/Android.bp4
-rwxr-xr-xbuild/apex/art_apex_test.py3
2 files changed, 4 insertions, 3 deletions
diff --git a/build/apex/Android.bp b/build/apex/Android.bp
index 9d114e6137..37824f3691 100644
--- a/build/apex/Android.bp
+++ b/build/apex/Android.bp
@@ -375,10 +375,10 @@ python_binary_host {
main: "art_apex_test.py",
version: {
py2: {
- enabled: false,
+ enabled: true,
},
py3: {
- enabled: true,
+ enabled: false,
},
},
}
diff --git a/build/apex/art_apex_test.py b/build/apex/art_apex_test.py
index b56b171910..bf9feab031 100755
--- a/build/apex/art_apex_test.py
+++ b/build/apex/art_apex_test.py
@@ -1,4 +1,5 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
# Copyright (C) 2019 The Android Open Source Project
#