commit | 4cf5421edc6ecbc2a26fd4eb5ead94f793bc362f | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Sat Aug 27 14:02:07 2022 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Wed Aug 31 11:32:55 2022 +0800 |
tree | 9e1a4d36883b66ad110dd5c5a64c779acab5b520 | |
parent | 7da7fa4d09883274fd934951cb0d8ca35e4143f8 [diff] |
adb-remount-test: Refactor fastboot flash vendor test Instead of relying on a local dev tree (which CI machines never have), just pull the vendor partition image from device. This way we can have CI coverage on fastbootd as well. Stop redefining cleanup() hook, just toss all temporary files to $TMPDIR and always clean up $TMPDIR on exit. Clarify logs and error messages. Bug: 243116800 Test: adb-remount-test Change-Id: I08fb8df58a61c03db3274b22b51e40a1a8f41095