releasetools: ota_from_target_files uses target_files_diff.
The dependency was overlooked as the module was conditionally imported. Bug: 63866463 Test: `m -j ota_from_target_files`; Run ota_from_target_files with `--log_diff` flag (on a non-A/B target). Change-Id: I71eff2e55cc28fd649f0ca1b38da53907dac6597
This commit is contained in:
parent
4c9527b314
commit
496748378d
1 changed files with 2 additions and 0 deletions
|
@ -144,7 +144,9 @@ python_binary_host {
|
|||
srcs: [
|
||||
"edify_generator.py",
|
||||
"ota_from_target_files.py",
|
||||
"target_files_diff.py",
|
||||
],
|
||||
main: "ota_from_target_files.py",
|
||||
libs: [
|
||||
"releasetools_common",
|
||||
"releasetools_verity_utils",
|
||||
|
|
Loading…
Reference in a new issue