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:
@@ -236,6 +236,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: [
|
||||||
@@ -251,7 +254,6 @@ python_library_host {
|
|||||||
"signapk",
|
"signapk",
|
||||||
"toybox",
|
"toybox",
|
||||||
"unpack_bootimg",
|
"unpack_bootimg",
|
||||||
"zip2zip",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user