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

Commit 09298552 authored by Yifan Hong's avatar Yifan Hong
Browse files

releasetools: add dep to checkvintf

'required' only works on python_binary_host.
Test: modify checkvintf source code, build ota_from_target_files

Change-Id: Ieac68b39b1ccabae679a1679f184cb3aeaaeefb6
parent 979c9f31
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ python_defaults {
    ],
    required: [
        "brillo_update_payload",
        "checkvintf",
    ],
}

@@ -343,6 +344,9 @@ python_binary_host {
        "releasetools_img_from_target_files",
        "releasetools_ota_from_target_files",
    ],
    required: [
        "checkvintf",
    ],
}

python_binary_host {