Merge "releasetools: add dep to checkvintf"

am: fd4a3de77d

Change-Id: Ie5ffcd9b96de64129555980d77d851f7672f2083
This commit is contained in:
Yifan Hong 2019-09-04 17:53:30 -07:00 committed by android-build-merger
commit 708cbdbd41
1 changed files with 4 additions and 0 deletions

View File

@ -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 {