commit | 6ad6440bf8b31dfbc0ad3e598f5f6fe4553c6faf | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Jul 04 13:12:53 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon Jul 04 18:46:14 2022 +0000 |
tree | d410ddfc4b7d5a9d101dc46da7e5a493ccda552b | |
parent | c44495dd9592b124faebc74edec8b3bb0aaca3c5 [diff] |
Make authfs tests independent of BuildManifest.apk Inkeeping with the Fourth of July festivities, let's declare the authfs tests independent of the details of the device build. In particular, stop depending on BuildManifest.apk for the fsverity manifest file and instead provide a manifest just for the tests. The manifest is generated with the help of fsverity_manifest_generator and covers the input.4k, input.4k1 and input.4m files and is included in the MicrodroidTestApk assets to make it available to fsverity within Microdroid. This will allow us more flexibility to change both the tests and the device build without one getting in the way of the other. Bug: 237384936 Test: atest AuthFsHostTest Change-Id: I75fef499bcfbf0eaa530ecfeb241cacfb3f695f0
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.