check_target_files_signatures actually needs aapt2, not aapt.

Test: treehugger
Change-Id: Ia0ff6d16a64f96fd9e2b9d33711cc9b94734c4ff
This commit is contained in:
Elliott Hughes 2021-05-14 15:27:23 -07:00
parent c05ef17e31
commit 16a5cac394

View file

@ -384,7 +384,7 @@ python_binary_host {
"releasetools_common",
],
required: [
"aapt",
"aapt2",
],
}