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:
parent
0e19b74112
commit
a0359ca828
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue