summaryrefslogtreecommitdiffstats
path: root/updater_sample/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updater_sample: fix gen_update_config.pyZhomart Mukhamejanov2018-04-272-13/+75
| | | | | | | | | | Fix gen_update_config.py. And add tests for gen_update_config.py. Test: python3 updater_sample/tools/gen_update_config_test.py Change-Id: I0d270f1d5d7635855ee9acb0dd094e083cd33e3a Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>
* sample_updater: create tools/gen_update_config.pyZhomart Mukhamejanov2018-04-261-0/+154
gen_update_config.py generates JSON config files from given OTA image zip files. README.md is updated. Test: manually Change-Id: Ifd09b49a73983a42752ee3842a566cecedb9cae0 Signed-off-by: Zhomart Mukhamejanov <zhomart@google.com>