commit | 2e7d4d7c95297ac7c8b4c8f79d148051e402b9d3 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Sep 07 17:39:45 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Sep 07 17:39:45 2023 +0100 |
tree | 07ca3bd80d66f35b02cea867b6bbab8051734c41 | |
parent | 4dbe41c09917403d705c1b9bd22027d400d7b192 [diff] |
Change the javadoc comment for FEATURE_VENDOR_MODULES Somebody (ahem me) copy pasted the FEATURE_PAYLOAD_NOT_ROOT and forgot to change the javadoc. Test: n/a Change-Id: I2f38a0806aa74f01ffed3c070830351eb66b7092
diff --git a/javalib/src/android/system/virtualmachine/VirtualMachineManager.java b/javalib/src/android/system/virtualmachine/VirtualMachineManager.java index 0a79553..a0ba0c6 100644 --- a/javalib/src/android/system/virtualmachine/VirtualMachineManager.java +++ b/javalib/src/android/system/virtualmachine/VirtualMachineManager.java
@@ -120,7 +120,7 @@ IVirtualizationService.FEATURE_PAYLOAD_NON_ROOT; /** - * Feature to run payload as non-root user. + * Feature to allow vendor modules in Microdroid. * * @hide */