Merge "releasetools: add dep to checkvintf"
am: fd4a3de77d
Change-Id: Ie5ffcd9b96de64129555980d77d851f7672f2083
This commit is contained in:
commit
708cbdbd41
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue