diff options
| author | 2020-05-19 13:44:26 -0700 | |
|---|---|---|
| committer | 2020-05-19 13:44:26 -0700 | |
| commit | e55f62c971b01daa1565d0e93ef27368180d573f (patch) | |
| tree | 55706273c9ae6653aaa351c61dcbc772f5692625 /tools/warn/java_warn_patterns.py | |
| parent | 2fc5a393e0c04b7d069fd1b1dfb69dbd79abfdb8 (diff) | |
Fix the syntax in install-recovery.sh
We recently modify the logic in install-recovery.sh to support
non-A/B updates on VAB launched devices. And the position of the
$(getprop ro.boot.slot_suffix) is misplaced for the recovery image.
For example:
"if ! applypatch --check EMMC$(getprop ro.boot.slot_suffix):/dev/block/recovery:SHA1"
should be:
"if ! applypatch --check EMMC:/dev/block/recovery$(getprop ro.boot.slot_suffix):SHA1"
Bug: 156979431
Test: rerun add_image_to_target_file, then validate_target_files
Change-Id: Id2d45e281151a46d66b37ea8fdb7b5cb4ae72e81
Diffstat (limited to 'tools/warn/java_warn_patterns.py')
0 files changed, 0 insertions, 0 deletions