commit | f73794d612a0ca85b4cedae971022caa011cec3c | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Fri Jul 29 09:04:03 2022 -0700 |
committer | Matthew Maurer <mmaurer@google.com> | Fri Jul 29 09:04:03 2022 -0700 |
tree | d5e2ddcdf2dc8541ea0e03d75d7a95111fef21d3 | |
parent | 97e85fc0b74e979c012bd2968a656976265c8d84 [diff] |
rust: Visibility exports for bindgen We are now default restricting bindgen visibility to subpackages. This change is part of a set of changes adding explicit visibility for bindgen libraries which are already being used elsewhere. * If these visibility rules are to allow access by the safe bindings library which lives elsewhere in the codebase, no action is needed. * If safe bindings do not exist, and you own this library, now is a good time to think about producing them and transitioning your (now enumerated) client list. * If safe bindings exist, but there is a surprise client of the raw bindings on this list, now is a good time to talk to them about why they don't want to use your safe bindings. Bug: 166332519 Test: m Change-Id: I3f731ac41b36d28a3f86d22133bf57f2721e9baa
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.