commit | a920f9e4d25abb5f33cd07be8d70acba6b58776c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Aug 04 03:33:43 2021 +0000 |
committer | Inseob Kim <inseob@google.com> | Wed Aug 04 03:37:46 2021 +0000 |
tree | 5b5373ffb6319fb466e75105e2b6397f02f6b309 | |
parent | 2693882629b61cca8e6390afd9853c502712a2f9 [diff] |
Mount data partitions prior to keystore keystore uses /data/misc/keystore, but /data/misc/keystore is created after keystore2 is run. This causes a keystore2 crash on nested virtualizaed microdroid. This moves mounting /data and mkdir /data/misc/keystore in front of keystore2 to make keystore2 happy. Bug: 193118220 Test: atest MicrodroidHostTestCases on cuttlefish Change-Id: I8ccf8abde2882c492058d1fe9207fe0192db82f1
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.