summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
author Cole Faust <colefaust@google.com> 2024-04-29 16:27:35 -0700
committer Cole Faust <colefaust@google.com> 2024-05-08 12:13:38 -0700
commitdfcb5c515bd99f224bf26343462919aa8a69d9a0 (patch)
treec5eabf2a2ea23ff5980fc5e14b2de3f6490b053b /python
parent992011ea771940e3b85a23355e00f54ff6277804 (diff)
Remove embedded_launcher: true usages
The default value for embedded_launcher has been changed to true. Bug: 174041232 Test: Presubmits Change-Id: I2fb4b920828307e60c0fae6864ba720c7c31e1f2
Diffstat (limited to 'python')
-rw-r--r--python/tests/Android.bp5
-rw-r--r--python/tests/dont_import_folder_of_entrypoint/Android.bp14
2 files changed, 0 insertions, 19 deletions
diff --git a/python/tests/Android.bp b/python/tests/Android.bp
index e5569ba87..056f7eddd 100644
--- a/python/tests/Android.bp
+++ b/python/tests/Android.bp
@@ -27,9 +27,4 @@ python_test_host {
test_options: {
unit_test: false,
},
- version: {
- py3: {
- embedded_launcher: true,
- },
- },
}
diff --git a/python/tests/dont_import_folder_of_entrypoint/Android.bp b/python/tests/dont_import_folder_of_entrypoint/Android.bp
index e54e9b2c0..ab2e314be 100644
--- a/python/tests/dont_import_folder_of_entrypoint/Android.bp
+++ b/python/tests/dont_import_folder_of_entrypoint/Android.bp
@@ -10,17 +10,3 @@ python_test_host {
"mypkg/mymodule.py",
],
}
-
-python_test_host {
- name: "py_dont_import_folder_of_entrypoint_test_embedded_launcher",
- main: "mypkg/main.py",
- srcs: [
- "mypkg/main.py",
- "mypkg/mymodule.py",
- ],
- version: {
- py3: {
- embedded_launcher: true,
- },
- },
-}