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:
parent
992011ea77
commit
dfcb5c515b
5 changed files with 0 additions and 63 deletions
|
@ -23,11 +23,6 @@ python_binary_host {
|
||||||
srcs: [
|
srcs: [
|
||||||
"gen_provenance_metadata.py",
|
"gen_provenance_metadata.py",
|
||||||
],
|
],
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
libs: [
|
libs: [
|
||||||
"provenance_metadata_proto",
|
"provenance_metadata_proto",
|
||||||
"libprotobuf-python",
|
"libprotobuf-python",
|
||||||
|
|
|
@ -27,9 +27,4 @@ python_test_host {
|
||||||
test_options: {
|
test_options: {
|
||||||
unit_test: false,
|
unit_test: false,
|
||||||
},
|
},
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,17 +10,3 @@ python_test_host {
|
||||||
"mypkg/mymodule.py",
|
"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,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
|
@ -29,11 +29,6 @@ python_test_host {
|
||||||
"manifest_fixer_test.py",
|
"manifest_fixer_test.py",
|
||||||
"manifest_fixer.py",
|
"manifest_fixer.py",
|
||||||
],
|
],
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
libs: [
|
libs: [
|
||||||
"manifest_utils",
|
"manifest_utils",
|
||||||
],
|
],
|
||||||
|
@ -214,11 +209,6 @@ python_binary_host {
|
||||||
srcs: [
|
srcs: [
|
||||||
"conv_linker_config.py",
|
"conv_linker_config.py",
|
||||||
],
|
],
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
libs: [
|
libs: [
|
||||||
"linker_config_proto",
|
"linker_config_proto",
|
||||||
],
|
],
|
||||||
|
@ -299,20 +289,10 @@ python_binary_host {
|
||||||
srcs: [
|
srcs: [
|
||||||
"merge_directories.py",
|
"merge_directories.py",
|
||||||
],
|
],
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "buildinfo",
|
name: "buildinfo",
|
||||||
main: "buildinfo.py",
|
main: "buildinfo.py",
|
||||||
srcs: ["buildinfo.py"],
|
srcs: ["buildinfo.py"],
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,19 +18,9 @@ package {
|
||||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||||
}
|
}
|
||||||
|
|
||||||
python_defaults {
|
|
||||||
name: "hiddenapi_defaults",
|
|
||||||
version: {
|
|
||||||
py3: {
|
|
||||||
embedded_launcher: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "analyze_bcpf",
|
name: "analyze_bcpf",
|
||||||
main: "analyze_bcpf.py",
|
main: "analyze_bcpf.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["analyze_bcpf.py"],
|
srcs: ["analyze_bcpf.py"],
|
||||||
// Make sure that the bpmodify tool is built.
|
// Make sure that the bpmodify tool is built.
|
||||||
data: [":bpmodify"],
|
data: [":bpmodify"],
|
||||||
|
@ -42,7 +32,6 @@ python_binary_host {
|
||||||
python_test_host {
|
python_test_host {
|
||||||
name: "analyze_bcpf_test",
|
name: "analyze_bcpf_test",
|
||||||
main: "analyze_bcpf_test.py",
|
main: "analyze_bcpf_test.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"analyze_bcpf.py",
|
"analyze_bcpf.py",
|
||||||
"analyze_bcpf_test.py",
|
"analyze_bcpf_test.py",
|
||||||
|
@ -60,21 +49,18 @@ python_test_host {
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "merge_csv",
|
name: "merge_csv",
|
||||||
main: "merge_csv.py",
|
main: "merge_csv.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["merge_csv.py"],
|
srcs: ["merge_csv.py"],
|
||||||
}
|
}
|
||||||
|
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "generate_hiddenapi_lists",
|
name: "generate_hiddenapi_lists",
|
||||||
main: "generate_hiddenapi_lists.py",
|
main: "generate_hiddenapi_lists.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["generate_hiddenapi_lists.py"],
|
srcs: ["generate_hiddenapi_lists.py"],
|
||||||
}
|
}
|
||||||
|
|
||||||
python_test_host {
|
python_test_host {
|
||||||
name: "generate_hiddenapi_lists_test",
|
name: "generate_hiddenapi_lists_test",
|
||||||
main: "generate_hiddenapi_lists_test.py",
|
main: "generate_hiddenapi_lists_test.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"generate_hiddenapi_lists.py",
|
"generate_hiddenapi_lists.py",
|
||||||
"generate_hiddenapi_lists_test.py",
|
"generate_hiddenapi_lists_test.py",
|
||||||
|
@ -92,7 +78,6 @@ python_library_host {
|
||||||
python_test_host {
|
python_test_host {
|
||||||
name: "signature_trie_test",
|
name: "signature_trie_test",
|
||||||
main: "signature_trie_test.py",
|
main: "signature_trie_test.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["signature_trie_test.py"],
|
srcs: ["signature_trie_test.py"],
|
||||||
libs: ["signature_trie"],
|
libs: ["signature_trie"],
|
||||||
test_options: {
|
test_options: {
|
||||||
|
@ -103,7 +88,6 @@ python_test_host {
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "verify_overlaps",
|
name: "verify_overlaps",
|
||||||
main: "verify_overlaps.py",
|
main: "verify_overlaps.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["verify_overlaps.py"],
|
srcs: ["verify_overlaps.py"],
|
||||||
libs: [
|
libs: [
|
||||||
"signature_trie",
|
"signature_trie",
|
||||||
|
@ -113,7 +97,6 @@ python_binary_host {
|
||||||
python_test_host {
|
python_test_host {
|
||||||
name: "verify_overlaps_test",
|
name: "verify_overlaps_test",
|
||||||
main: "verify_overlaps_test.py",
|
main: "verify_overlaps_test.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"verify_overlaps.py",
|
"verify_overlaps.py",
|
||||||
"verify_overlaps_test.py",
|
"verify_overlaps_test.py",
|
||||||
|
@ -129,14 +112,12 @@ python_test_host {
|
||||||
python_binary_host {
|
python_binary_host {
|
||||||
name: "signature_patterns",
|
name: "signature_patterns",
|
||||||
main: "signature_patterns.py",
|
main: "signature_patterns.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: ["signature_patterns.py"],
|
srcs: ["signature_patterns.py"],
|
||||||
}
|
}
|
||||||
|
|
||||||
python_test_host {
|
python_test_host {
|
||||||
name: "signature_patterns_test",
|
name: "signature_patterns_test",
|
||||||
main: "signature_patterns_test.py",
|
main: "signature_patterns_test.py",
|
||||||
defaults: ["hiddenapi_defaults"],
|
|
||||||
srcs: [
|
srcs: [
|
||||||
"signature_patterns.py",
|
"signature_patterns.py",
|
||||||
"signature_patterns_test.py",
|
"signature_patterns_test.py",
|
||||||
|
|
Loading…
Reference in a new issue