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

This commit is contained in:
Wei Li
2023-10-17 23:10:46 +00:00
committed by Gerrit Code Review

View File

@@ -235,6 +235,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: [
@@ -249,7 +252,6 @@ python_library_host {
"signapk",
"toybox",
"unpack_bootimg",
"zip2zip",
],
}