Add zip2zip as a data dependency of releasetools_common so it is built with releasetools_common and other python_binary_host modules depend on releasetools_common.

Bug: 303082945
Test: CIs
Test: "m dev_sign_bundle" on internal udc branch and check zip2zip is built too.
Change-Id: Iad5aa401de39516876714c854dc07aeba2f234e5
This commit is contained in:
Wei Li
2023-10-16 16:22:34 -07:00
parent 2db3a45d8d
commit 6437bae07c

View File

@@ -235,6 +235,9 @@ python_library_host {
"rangelib.py", "rangelib.py",
"sparse_img.py", "sparse_img.py",
], ],
data: [
":zip2zip",
],
// Only the tools that are referenced directly are listed as required modules. For example, // Only the tools that are referenced directly are listed as required modules. For example,
// `avbtool` is not here, as the script always uses the one from info_dict['avb_avbtool']. // `avbtool` is not here, as the script always uses the one from info_dict['avb_avbtool'].
required: [ required: [
@@ -249,7 +252,6 @@ python_library_host {
"signapk", "signapk",
"toybox", "toybox",
"unpack_bootimg", "unpack_bootimg",
"zip2zip",
], ],
} }