commit | a71734bbd99b0b22401002d89be57a027c2471da | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Thu Oct 21 16:00:23 2021 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Oct 21 16:10:32 2021 -0700 |
tree | 3cd82bbe82bfaebfa18e295d6dcd6eb914aba3fe | |
parent | d45caf03eac13525166d95c17b01ac9987f3a309 [diff] |
Fix AuthFsHostTest on some devices The file pushed to the device is under <arch> directory, not <abi>. For example, the actual path looks like open_then_run/arm64-v8a/open_then_run on my real device, but the test used "arm64" and failed. Bug: 203251769 Test: atest AuthFsHostTest on my device Change-Id: Iade987c77171a8cef7c9d7c9b0020c519eeefd7c
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.