Remove embedded_launcher: true usages

The default value for embedded_launcher has been changed to true.

Bug: 174041232
Test: Presubmits
Change-Id: I2fb4b920828307e60c0fae6864ba720c7c31e1f2
This commit is contained in:
Cole Faust
2024-04-29 16:27:35 -07:00
parent 992011ea77
commit dfcb5c515b
5 changed files with 0 additions and 63 deletions

View File

@@ -29,11 +29,6 @@ python_test_host {
"manifest_fixer_test.py",
"manifest_fixer.py",
],
version: {
py3: {
embedded_launcher: true,
},
},
libs: [
"manifest_utils",
],
@@ -214,11 +209,6 @@ python_binary_host {
srcs: [
"conv_linker_config.py",
],
version: {
py3: {
embedded_launcher: true,
},
},
libs: [
"linker_config_proto",
],
@@ -299,20 +289,10 @@ python_binary_host {
srcs: [
"merge_directories.py",
],
version: {
py3: {
embedded_launcher: true,
},
},
}
python_binary_host {
name: "buildinfo",
main: "buildinfo.py",
srcs: ["buildinfo.py"],
version: {
py3: {
embedded_launcher: true,
},
},
}