Revert "Add a check that the staging directories don't..."
Revert submission 2773149-partition_file_list_check Reason for revert: b/305103467, b/305103783, b/305103468 Reverted changes: /q/submissionid:2773149-partition_file_list_check Change-Id: I2fab3b4d7d24af4488e777ad84e12e280c42dcc0
This commit is contained in:
committed by
Gerrit Code Review
parent
80fad16d14
commit
be5e391055
@@ -18,59 +18,56 @@ package {
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "generate-self-extracting-archive",
|
||||
srcs: ["generate-self-extracting-archive.py"],
|
||||
name: "generate-self-extracting-archive",
|
||||
srcs: ["generate-self-extracting-archive.py"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "post_process_props",
|
||||
srcs: ["post_process_props.py"],
|
||||
name: "post_process_props",
|
||||
srcs: ["post_process_props.py"],
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
name: "post_process_props_unittest",
|
||||
main: "test_post_process_props.py",
|
||||
srcs: [
|
||||
"post_process_props.py",
|
||||
"test_post_process_props.py",
|
||||
],
|
||||
test_config: "post_process_props_unittest.xml",
|
||||
test_suites: ["general-tests"],
|
||||
name: "post_process_props_unittest",
|
||||
main: "test_post_process_props.py",
|
||||
srcs: [
|
||||
"post_process_props.py",
|
||||
"test_post_process_props.py",
|
||||
],
|
||||
test_config: "post_process_props_unittest.xml",
|
||||
test_suites: ["general-tests"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "extract_kernel",
|
||||
srcs: ["extract_kernel.py"],
|
||||
name: "extract_kernel",
|
||||
srcs: ["extract_kernel.py"],
|
||||
}
|
||||
|
||||
genrule_defaults {
|
||||
name: "extract_kernel_release_defaults",
|
||||
tools: [
|
||||
"extract_kernel",
|
||||
"lz4",
|
||||
],
|
||||
out: ["kernel_release.txt"],
|
||||
cmd: "$(location) --tools lz4:$(location lz4) --input $(in) --output-release > $(out)",
|
||||
name: "extract_kernel_release_defaults",
|
||||
tools: ["extract_kernel", "lz4"],
|
||||
out: ["kernel_release.txt"],
|
||||
cmd: "$(location) --tools lz4:$(location lz4) --input $(in) --output-release > $(out)"
|
||||
}
|
||||
|
||||
cc_binary_host {
|
||||
name: "build-runfiles",
|
||||
srcs: ["build-runfiles.cc"],
|
||||
name: "build-runfiles",
|
||||
srcs: ["build-runfiles.cc"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "check_radio_versions",
|
||||
srcs: ["check_radio_versions.py"],
|
||||
name: "check_radio_versions",
|
||||
srcs: ["check_radio_versions.py"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "check_elf_file",
|
||||
srcs: ["check_elf_file.py"],
|
||||
name: "check_elf_file",
|
||||
srcs: ["check_elf_file.py"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "generate_gts_shared_report",
|
||||
srcs: ["generate_gts_shared_report.py"],
|
||||
name: "generate_gts_shared_report",
|
||||
srcs: ["generate_gts_shared_report.py"],
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
@@ -80,20 +77,10 @@ python_binary_host {
|
||||
"list_files.py",
|
||||
],
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
python_binary_host {
|
||||
name: "compare_file_list_to_staging_dir",
|
||||
srcs: ["compare_file_list_to_staging_dir.py"],
|
||||
version: {
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
},
|
||||
},
|
||||
py3: {
|
||||
embedded_launcher: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
python_test_host {
|
||||
|
Reference in New Issue
Block a user