Move dc back button flags to staging

Bug: 370104463
Test: manual
Flag: NONE
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:7d2104b6b02c6b116130324ce83ccf3cf25bbfbc)
Merged-In: I36ee4c7657b36ec13a3c8ca44f874b8a7f246652
Change-Id: I36ee4c7657b36ec13a3c8ca44f874b8a7f246652
diff --git a/automotive/aconfig/trunk_staging/Android.bp b/automotive/aconfig/trunk_staging/Android.bp
index 7b700dd..db33d3e 100644
--- a/automotive/aconfig/trunk_staging/Android.bp
+++ b/automotive/aconfig/trunk_staging/Android.bp
@@ -16,5 +16,6 @@
     name: "aconfig_value_set-platform_build_release_automotive-trunk_staging",
     values: [
         "aconfig-values-platform_build_release_automotive-trunk_staging-android.car.feature-all",
+        "aconfig-values-platform_build_release_automotive-trunk_staging-com.android.systemui.car-all",
     ],
 }
diff --git a/automotive/aconfig/trunk_staging/android.car.feature/display_compatibility_caption_bar_flag_values.textproto b/automotive/aconfig/trunk_staging/android.car.feature/display_compatibility_caption_bar_flag_values.textproto
new file mode 100644
index 0000000..270b146
--- /dev/null
+++ b/automotive/aconfig/trunk_staging/android.car.feature/display_compatibility_caption_bar_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+  package: "android.car.feature"
+  name: "display_compatibility_caption_bar"
+  state: ENABLED
+  permission: READ_ONLY
+}
diff --git a/automotive/aconfig/trunk_staging/com.android.systemui.car/Android.bp b/automotive/aconfig/trunk_staging/com.android.systemui.car/Android.bp
new file mode 100644
index 0000000..3b6cc9c
--- /dev/null
+++ b/automotive/aconfig/trunk_staging/com.android.systemui.car/Android.bp
@@ -0,0 +1,21 @@
+// Copyright 2024 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.
+
+aconfig_values {
+    name: "aconfig-values-platform_build_release_automotive-trunk_staging-com.android.systemui.car-all",
+    package: "com.android.systemui.car",
+    srcs: [
+        "*_flag_values.textproto",
+    ],
+}
diff --git a/automotive/aconfig/trunk_staging/com.android.systemui.car/display_compatibility_caption_bar_flag_values.textproto b/automotive/aconfig/trunk_staging/com.android.systemui.car/display_compatibility_caption_bar_flag_values.textproto
new file mode 100644
index 0000000..7f3b12d
--- /dev/null
+++ b/automotive/aconfig/trunk_staging/com.android.systemui.car/display_compatibility_caption_bar_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+  package: "com.android.systemui.car"
+  name: "display_compatibility_caption_bar"
+  state: ENABLED
+  permission: READ_ONLY
+}