Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 679f4fea authored by Wei Li's avatar Wei Li Committed by Automerger Merge Worker
Browse files

Add zip2zip as a data dependency of releasetools_common so it is built with...

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: 5c1187e2 am: 697c44e7

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



Change-Id: I93276df68a56622a0ed272f9ac6b69388661f1ee
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 30e59faf 697c44e7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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",
    ],
}