diff --git a/tools/releasetools/Android.bp b/tools/releasetools/Android.bp index 971518ad34..ee266b7d91 100644 --- a/tools/releasetools/Android.bp +++ b/tools/releasetools/Android.bp @@ -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", ], }