Merge "Build required modules from default"

This commit is contained in:
Kiyoung Kim 2020-04-02 06:14:43 +00:00 committed by Gerrit Code Review
commit 39197f846b
1 changed files with 10 additions and 0 deletions

View File

@ -238,6 +238,16 @@ python_defaults {
embedded_launcher: false,
},
},
// TODO (b/140144201) Build imgdiff from releasetools_common
required: [
"aapt2",
"boot_signer",
"brotli",
"bsdiff",
"imgdiff",
"minigzip",
"mkbootfs",
],
}
python_binary_host {