commit | fadcef2d3094e3f7ebba28270e196d30fc7121db | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Jan 24 17:00:59 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Jan 26 11:38:02 2022 +0000 |
tree | 64bffaf505a73fe23afb6c9dfb44877e8064432e | |
parent | a919ef7002463544fa9c79b015ac663e5c610701 [diff] |
Pass odrefresh its own environment Instead of modifying ours and letting odrefresh inherit it, make a copy of our environment, modify that, and then pass it in when spawning the process (via minijail). Fixed a minor typo too (debt from aosp/1954459). Bug: 213416778 Test: atest ComposTestCase Change-Id: If0001e5a853e87a2c2b641add18df31cf31aa69c
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.