diff options
author | 2025-03-07 16:17:59 -0800 | |
---|---|---|
committer | 2025-03-07 16:18:08 -0800 | |
commit | e02b6eea588c746b4dfefee141396d463348fb87 (patch) | |
tree | c554b1eb4037b796e17103f6af4b21c006ac06f3 | |
parent | d8b953b4b04834942dbf893cc98eed134b8dc9a5 (diff) |
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
3 files changed, 9 insertions, 5 deletions
diff --git a/automotive/aconfig/trunk_staging/Android.bp b/automotive/aconfig/trunk_staging/Android.bp index ef8e6583..d5eed4a4 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 cbdbfcb1..b7914eda 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 00000000..8cf2405c --- /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 +} |