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. am: 5c1187e22f

Original change: https://googleplex-android-review.googlesource.com/c/platform/build/+/25097503

Change-Id: Iffa2e6d3e1f64a4a8ec7b46897b4fdbb0b3a3ece
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Wei Li 2023-10-18 23:57:12 +00:00 committed by Automerger Merge Worker
commit 697c44e7dd

View file

@ -236,6 +236,9 @@ python_library_host {
"rangelib.py",
"sparse_img.py",
],
data: [
":zip2zip",
],
// 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'].
required: [
@ -251,7 +254,6 @@ python_library_host {
"signapk",
"toybox",
"unpack_bootimg",
"zip2zip",
],
}