Reintroduce createVmRequiresPermission test

With associating a new gid for MANAGE_VIRTUAL_MACHINE permissions,
this causes ActivityManager to kill processes that attempt
to modify its gid at runtime.

This test was originally removed to workaround the above issue,
but can now be introduced under a different APK using static
permissions.

Bug: 322197421
Test: atest MicrodroidTestAppNoPerm

Change-Id: Ie2eeff52511a280e85b71b9474f7b46119a7437b
Signed-off-by: David Dai <davidai@google.com>
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f146b4e..89d4552 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -12,6 +12,9 @@
       "name": "MicrodroidTestApp"
     },
     {
+      "name": "MicrodroidTestAppNoPerm"
+    },
+    {
       "name": "VmAttestationTestApp"
     },
     {