sm6225-common: Import overlays from stock

Change-Id: I243f2508f93560df5224e613db9d9ad11358c0bc
diff --git a/overlay/FrameworksResCommon/AndroidManifest.xml b/overlay/FrameworksResCommon/AndroidManifest.xml
new file mode 100644
index 0000000..19dfcc7
--- /dev/null
+++ b/overlay/FrameworksResCommon/AndroidManifest.xml
@@ -0,0 +1,10 @@
+<!--
+     Copyright (C) 2025 The LineageOS Project
+     SPDX-License-Identifier: Apache-2.0
+-->
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+    package="android.overlay.common">
+    <overlay android:targetPackage="android"
+                   android:isStatic="true"
+                   android:priority="100"/>
+</manifest>