commit | 9e758576b11f8661f6af6288b9f0f4522e364166 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Fri Apr 08 16:24:18 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Mon Apr 11 16:43:55 2022 -0700 |
tree | b211669616cbd87c27584f07b03eff5697632549 | |
parent | 4bdd2e837d029bf1d5ce803a3210503133036e9e [diff] |
Reland: Migrate AuthFsHostTest to use MicrodroidBuilder The biggest benefit is that microdroid is now a `TestDevice`. This allows more symmetry in the test code. The original change can cause NullPointerException in `tearDown` when AVF is not supported. This is fixed by checking nullness of sMicrodroid before use. Bug: 218751146 Test: atest AuthFsHostTest Test: On cf_x86_64_phone-userdebug, run `atest AuthFsHostTest` Change-Id: I0da31c79146ca22e6ed860e9b90fdcebaaf58391
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.