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
This commit is contained in:
Yifan Hong
2019-09-04 11:49:01 -07:00
parent 979c9f3117
commit 09298552e2

View File

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