Add flag android.car.feature.car_watchdog_anr_metrics to trunk_staging.

This change was generated by Halyard and was triggered outside of Gantry to add a flag to a release configuration.

Flag: android.car.feature.car_watchdog_anr_metrics
Ignore-AOSP-First: AConfig change for future AOSP release
Change-Id: I32ba038929e84b761257e5ef55ec859ab0c4bce9
diff --git a/automotive/aconfig/trunk_staging/Android.bp b/automotive/aconfig/trunk_staging/Android.bp
index ef8e658..d5eed4a 100644
--- a/automotive/aconfig/trunk_staging/Android.bp
+++ b/automotive/aconfig/trunk_staging/Android.bp
@@ -14,9 +14,7 @@
 
 aconfig_value_set {
     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.car.carlauncher-all",
-        "aconfig-values-platform_build_release_automotive-trunk_staging-com.android.systemui.car-all",
+    srcs: [
+        "*/Android.bp",
     ],
 }
diff --git a/automotive/aconfig/trunk_staging/android.car.feature/Android.bp b/automotive/aconfig/trunk_staging/android.car.feature/Android.bp
index cbdbfcb..b7914ed 100644
--- a/automotive/aconfig/trunk_staging/android.car.feature/Android.bp
+++ b/automotive/aconfig/trunk_staging/android.car.feature/Android.bp
@@ -1,4 +1,4 @@
-// Copyright 2023 Google Inc. All rights reserved.
+// 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.
diff --git a/automotive/aconfig/trunk_staging/android.car.feature/car_watchdog_anr_metrics_flag_values.textproto b/automotive/aconfig/trunk_staging/android.car.feature/car_watchdog_anr_metrics_flag_values.textproto
new file mode 100644
index 0000000..8cf2405
--- /dev/null
+++ b/automotive/aconfig/trunk_staging/android.car.feature/car_watchdog_anr_metrics_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+  package: "android.car.feature"
+  name: "car_watchdog_anr_metrics"
+  state: ENABLED
+  permission: READ_ONLY
+}