Merge "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." into main am: e7bf32f0de
Original change: https://android-review.googlesource.com/c/platform/build/+/2791563 Change-Id: If2a546ba4cd2f453b859db598c15d9cd8641bede Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user