diff --git a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
index 1f979fe12d4eb4..42df14c410ed46 100644
--- a/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
+++ b/src/coreclr/nativeaot/System.Private.CoreLib/src/Resources/Strings.resx
@@ -3247,6 +3247,18 @@
A MemberInfo that matches '{0}' could not be found.
+
+ Bad magic in '{0}': Header starts with '{1}' instead of 'tzdata'
+
+
+ Unable to fully read from file '{0}' at offset {1} length {2}; read {3} bytes expected {4}.
+
+
+ Length in index file less than AndroidTzDataHeader
+
+
+ Unable to properly load any time zone data files.
+
NullabilityInfoContext is not supported in the current application because 'System.Reflection.NullabilityInfoContext.IsSupported' is set to false. Set the MSBuild Property 'NullabilityInfoContextSupport' to true in order to enable it.
diff --git a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
index 4c4c1e0f436704..bfee74c906581c 100644
--- a/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
+++ b/src/libraries/System.Private.CoreLib/src/System.Private.CoreLib.Shared.projitems
@@ -2111,6 +2111,7 @@
+
diff --git a/src/mono/System.Private.CoreLib/src/System/Environment.Android.cs b/src/libraries/System.Private.CoreLib/src/System/Environment.Android.cs
similarity index 100%
rename from src/mono/System.Private.CoreLib/src/System/Environment.Android.cs
rename to src/libraries/System.Private.CoreLib/src/System/Environment.Android.cs
diff --git a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
index 43c990543de589..ffad8eeae9f578 100644
--- a/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
+++ b/src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -272,9 +272,6 @@
Common\Interop\Unix\System.Native\Interop.GetEnviron.cs
-
-
-