Merge "releasetools: Fix non-existent required dependency"

This commit is contained in:
Yo Chiang 2020-06-01 06:31:07 +00:00 committed by Gerrit Code Review
commit 61e1cc7317

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 {