Add preinstallation configs for RCS and BatteryStats Viewer

Bug: 238970256
Test: Verify app installation on device
Change-Id: I7051a1749b31833a543e24af128227690521c00b
diff --git a/Android.bp b/Android.bp
index 57ebe85..77f50b3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,3 +34,11 @@
         "NOTICE",
     ],
 }
+
+prebuilt_etc {
+    name: "preinstalled-packages-product-gs101-device-debug.xml",
+    src: "preinstalled-packages-product-gs101-device-debug.xml",
+    product_specific: true,
+    sub_dir: "sysconfig",
+    filename_from_src: true,
+}