releasetools: Fix non-existent required dependency

HOST module img_from_target_files has non-existent required: zip2zip
HOST module releasetools_py3_test has non-existent required: otatools
HOST module releasetools_test has non-existent required: otatools

Bug: 7456955
Test: TH presubmit
Test: atest releasetools_test # Test result doesn't change
Change-Id: I4fa4fb9c120fda5d4cb309b1e3a2660c3387eb7f
This commit is contained in:
Yo Chiang 2020-05-25 16:57:44 +08:00
parent 0e19b74112
commit a0359ca828
1 changed files with 0 additions and 6 deletions

View File

@ -73,9 +73,6 @@ python_defaults {
"releasetools_build_super_image",
"releasetools_common",
],
required: [
"zip2zip",
],
}
python_defaults {
@ -468,9 +465,6 @@ python_defaults {
data: [
"testdata/**/*",
],
required: [
"otatools",
],
}
python_test_host {