platform_bootable_recovery/updater_sample/tools
Mattijs Korpershoek 446593482f updater_sample: tools: import AbOtaPropertyFiles from ota_utils
Commit [1] moved the AbOtaPropertyFiles class from the ota_from_target_files
file to the ota_utils file.

Because of this move, running gen_update_config.py breaks:
AttributeError: module 'ota_from_target_files' has no attribute 'AbOtaPropertyFiles'

Fix the error by importing from ota_utils instead of from
ota_from_target_files.

[1] https://android-review.googlesource.com/c/platform/build/+/2201755
Change-Id: Ife3d26bdfdeedf26888cd311ed490edf73c103da
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
2023-12-05 09:10:27 +01:00
..
gen_update_config.py updater_sample: tools: import AbOtaPropertyFiles from ota_utils 2023-12-05 09:10:27 +01:00
test_gen_update_config.py Move ab_streaming_metadata under ab_config. 2018-08-22 18:37:51 +00:00