Merge "Add runtime to unrestricted."
am: 637bd4d9bd

Change-Id: I9b9d9b15295b94689a39417d1204c4f50e6a4bc7
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 82cfd3b..4768b46 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -11,6 +11,12 @@
     },
     {
       "name" : "linkerconfig_generator_unittest"
+    },
+    {
+      "name": "malloc_debug_system_tests"
+    },
+    {
+      "name": "malloc_hooks_system_tests"
     }
   ]
-}
\ No newline at end of file
+}
diff --git a/contents/section/unrestricted.cc b/contents/section/unrestricted.cc
index de94b55..e7335fc 100644
--- a/contents/section/unrestricted.cc
+++ b/contents/section/unrestricted.cc
@@ -43,6 +43,7 @@
   namespaces.emplace_back(BuildConscryptNamespace(ctx));
   namespaces.emplace_back(BuildResolvNamespace(ctx));
   namespaces.emplace_back(BuildNeuralNetworksNamespace(ctx));
+  namespaces.emplace_back(BuildRuntimeNamespace(ctx));
 
   Section section("unrestricted", std::move(namespaces));
   AddStandardSystemLinks(ctx, &section);