Revert "Move partition size checks to python script"

This reverts commit a4906cd306.

Reason for revert: b/143734706

Change-Id: I905bd9c0bfcbd123c8f9e78986bfcb5600a9eca9
This commit is contained in:
Raff Tsai
2019-11-01 05:36:20 +00:00
parent a4906cd306
commit 0141e45b96
5 changed files with 117 additions and 395 deletions

View File

@@ -263,19 +263,6 @@ python_binary_host {
],
}
python_binary_host {
name: "check_partition_sizes",
srcs: [
"check_partition_sizes.py",
],
libs: [
"releasetools_common",
],
defaults: [
"releasetools_binary_defaults",
],
}
python_binary_host {
name: "check_ota_package_signature",
defaults: ["releasetools_binary_defaults"],
@@ -432,7 +419,6 @@ python_defaults {
name: "releasetools_test_defaults",
srcs: [
"check_ota_package_signature.py",
"check_partition_sizes.py",
"check_target_files_signatures.py",
"make_recovery_patch.py",
"merge_target_files.py",