Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49674837 authored by Tao Bao's avatar Tao Bao
Browse files

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
parent 4c9527b3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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",