commit | bc4b9a9776b4dbf6d7c379736326e5512cbd6e99 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Fri Sep 16 13:13:18 2022 +0000 |
committer | Alice Wang <aliceywang@google.com> | Fri Sep 16 18:40:29 2022 +0000 |
tree | 3866f46ab17e6963cebfbec86ac43af0726ef573 | |
parent | 4971e7c1a3738f60133119ee9d70b2742f3513e5 [diff] |
[apkverify] Use ensure!() instead of bail!() in apk verification This cl replaces the usage of `if (false) bail!` with ensure! in apk verification to make the code more concise. Test: libapkverify.integration_test Bug: 246254355 Change-Id: If6e4673141ed463f8fd4ded61a993bb8afc1543a
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.