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

Commit 5c1187e2 authored by Wei Li's avatar Wei Li Committed by Cherrypicker 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.

Bug: 303082945
Test: CIs
Test: "m dev_sign_bundle" on internal udc branch and check zip2zip is built too.
(cherry picked from https://android-review.googlesource.com/q/commit:6437bae07c9510bfaa61908c1255a17e55c65742)
Merged-In: Iad5aa401de39516876714c854dc07aeba2f234e5
Change-Id: Iad5aa401de39516876714c854dc07aeba2f234e5
parent d15b1251
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -236,6 +236,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: [
@@ -251,7 +254,6 @@ python_library_host {
        "signapk",
        "toybox",
        "unpack_bootimg",
        "zip2zip",
    ],
}