63594352ae
VirtualizationModuleFrameworkInitializer.registerServiceWrappers() is called in SystemServiceRegistry during zygote initialization to register Manager classes inside the com.android.virt APEX with the Context.getSystemService() lookup API. For the devices without AVF support the Context.getSystemService(VirtualMachineManager.class) will return null. A CTS test is added to verify this behaviour. Ignore-AOSP-First: manually resolve merge conflict in fw/base Bug: 249093790 Test: presubmit Change-Id: Ib8a94643e5f7ccbfa55dd659d93d02d146af6443 |
||
---|---|---|
.. | ||
src/com/android/nomicrodroid/test | ||
Android.bp | ||
AndroidManifest.xml | ||
AndroidTest.xml | ||
README.md |
README.md
CTS tests for devices that don't support AVF.