summaryrefslogtreecommitdiff
path: root/aconfig/bp2a/android.os.profiling
diff options
context:
space:
mode:
author Ian Kasprzak <iankaz@google.com> 2025-05-07 16:56:54 +0000
committer Ian Kasprzak <iankaz@google.com> 2025-05-07 13:07:24 -0700
commit5da94f17b7a143d754a3b250c08bff210d3b046b (patch)
treecb54e866045a4506d304490daf1dbbbacaf90ac1 /aconfig/bp2a/android.os.profiling
parente1003b0b091c2c8dc501ee7add5319d50c1d30e7 (diff)
Update bp2a aconfig flags to align with BP2A.250605.015.
Testing: https://android-build.corp.google.com/abtd/run/L32500030011891204 Change-Id: I865a0bb9240c6708335cdb6273d2752cd984041f
Diffstat (limited to 'aconfig/bp2a/android.os.profiling')
-rw-r--r--aconfig/bp2a/android.os.profiling/Android.bp12
-rw-r--r--aconfig/bp2a/android.os.profiling/redaction_enabled_flag_values.textproto6
-rw-r--r--aconfig/bp2a/android.os.profiling/telemetry_apis_flag_values.textproto6
3 files changed, 18 insertions, 6 deletions
diff --git a/aconfig/bp2a/android.os.profiling/Android.bp b/aconfig/bp2a/android.os.profiling/Android.bp
index cffa5c7a..8ccf21b6 100644
--- a/aconfig/bp2a/android.os.profiling/Android.bp
+++ b/aconfig/bp2a/android.os.profiling/Android.bp
@@ -1,4 +1,4 @@
-// Copyright 2024 Google Inc. All rights reserved.
+// 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.
@@ -13,9 +13,9 @@
// limitations under the License.
aconfig_values {
- name: "aconfig-values-platform_build_release-bp2a-android.os.profiling-all",
- package: "android.os.profiling",
- srcs: [
- "*_flag_values.textproto",
- ],
+ name: "aconfig-values-platform_build_release-bp2a-android.os.profiling-all",
+ package: "android.os.profiling",
+ srcs: [
+ "*_flag_values.textproto",
+ ]
}
diff --git a/aconfig/bp2a/android.os.profiling/redaction_enabled_flag_values.textproto b/aconfig/bp2a/android.os.profiling/redaction_enabled_flag_values.textproto
new file mode 100644
index 00000000..3a9e00da
--- /dev/null
+++ b/aconfig/bp2a/android.os.profiling/redaction_enabled_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.os.profiling"
+ name: "redaction_enabled"
+ state: ENABLED
+ permission: READ_ONLY
+}
diff --git a/aconfig/bp2a/android.os.profiling/telemetry_apis_flag_values.textproto b/aconfig/bp2a/android.os.profiling/telemetry_apis_flag_values.textproto
new file mode 100644
index 00000000..0ac6785b
--- /dev/null
+++ b/aconfig/bp2a/android.os.profiling/telemetry_apis_flag_values.textproto
@@ -0,0 +1,6 @@
+flag_value {
+ package: "android.os.profiling"
+ name: "telemetry_apis"
+ state: ENABLED
+ permission: READ_ONLY
+}