sm6225-common: Import overlays from stock

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