summaryrefslogtreecommitdiff
path: root/flags
diff options
context:
space:
mode:
author Richard MacGregor <rmacgregor@google.com> 2024-10-04 11:20:41 -0700
committer Richard MacGregor <rmacgregor@google.com> 2024-10-10 16:16:47 +0000
commitb4a8d5866a3ff81e6eb82c8518d9ffcfc26874a7 (patch)
tree69ac693f615fea2ba58a113e2599b300acab7925 /flags
parent2c718370c060b0e842a5dd5b0bc5a9018240420b (diff)
Add Cross-user role support flag
This flag enables cross-user role support and related APIs LOW_COVERAGE_REASON=NON_CODE_ONLY Relnote: "N/A" Flag: NONE "adding new flag" Test: Manual Bug: 371589710 Change-Id: I747963161228600b41224126f1730fc4fda44cba
Diffstat (limited to 'flags')
-rw-r--r--flags/flags.aconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/flags/flags.aconfig b/flags/flags.aconfig
index d130f05e2..6d503cafb 100644
--- a/flags/flags.aconfig
+++ b/flags/flags.aconfig
@@ -110,6 +110,15 @@ flag {
}
flag {
+ name: "cross_user_role_enabled"
+ is_exported: true
+ namespace: "permissions"
+ description: "This flag enables cross-user roles support and API"
+ bug: "367732307"
+ is_fixed_read_only: true
+}
+
+flag {
name: "permission_timeline_attribution_label_fix"
is_exported: true
namespace: "permissions"