Add release_config_contributions module

Bug: b/370544058
Test: TH, manual
Change-Id: I1c82108b0f07f67ef60487401079f2103781cd86
diff --git a/gms_mainline/optional/Android.bp b/gms_mainline/optional/Android.bp
new file mode 100644
index 0000000..5ca06cc
--- /dev/null
+++ b/gms_mainline/optional/Android.bp
@@ -0,0 +1,20 @@
+// Copyright 2025 Google Inc. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+release_config_contributions {
+    name: "release_config_contributions-build_release_gms_mainline_optional",
+    srcs: [
+        "release_configs/*.textproto",
+    ],
+}
diff --git a/gms_mainline/required/Android.bp b/gms_mainline/required/Android.bp
new file mode 100644
index 0000000..2e12203
--- /dev/null
+++ b/gms_mainline/required/Android.bp
@@ -0,0 +1,20 @@
+// Copyright 2025 Google Inc. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+release_config_contributions {
+    name: "release_config_contributions-build_release_gms_mainline_required",
+    srcs: [
+        "release_configs/*.textproto",
+    ],
+}
diff --git a/gms_mainline/rkpd/Android.bp b/gms_mainline/rkpd/Android.bp
new file mode 100644
index 0000000..98175bb
--- /dev/null
+++ b/gms_mainline/rkpd/Android.bp
@@ -0,0 +1,20 @@
+// Copyright 2025 Google Inc. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+release_config_contributions {
+    name: "release_config_contributions-build_release_gms_mainline_rkpd",
+    srcs: [
+        "release_configs/*.textproto",
+    ],
+}
diff --git a/gms_mainline/uwb/Android.bp b/gms_mainline/uwb/Android.bp
new file mode 100644
index 0000000..611c9ba
--- /dev/null
+++ b/gms_mainline/uwb/Android.bp
@@ -0,0 +1,20 @@
+// Copyright 2025 Google Inc. All rights reserved.
+//
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+//     http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+release_config_contributions {
+    name: "release_config_contributions-build_release_gms_mainline_uwb",
+    srcs: [
+        "release_configs/*.textproto",
+    ],
+}