aboutsummaryrefslogtreecommitdiff
path: root/tools/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Android.bp')
-rw-r--r--tools/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Android.bp b/tools/Android.bp
index 62b3a88..3a3e9c6 100644
--- a/tools/Android.bp
+++ b/tools/Android.bp
@@ -45,6 +45,11 @@ python_test_host {
data: [
"testdata/arch_64.json",
],
+ version: {
+ py3: {
+ embedded_launcher: true,
+ },
+ },
}
python_test_host {
@@ -60,6 +65,11 @@ python_test_host {
data: [
"testdata/arch_64.json",
],
+ version: {
+ py3: {
+ embedded_launcher: true,
+ },
+ },
}
python_binary_host {