summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhi Dou <zhidou@google.com>2024-04-12 18:47:57 +0000
committerZhi Dou <zhidou@google.com>2024-04-12 18:48:58 +0000
commit991d803da069b40c37d69124c95504226957f0de (patch)
tree0baa651add836bc8aa3787d14d20c779482fed6f
parentf9133cdaf7b3584eb69f1c0e9ec11b352170067e (diff)
downloaddevelopment-991d803da069b40c37d69124c95504226957f0de.tar.gz
create a flag to test flag migation
Test: n/a Bug: 319479098 Change-Id: If2bcaff986a23ad96158bc954ae13dc6269458b1
-rw-r--r--samples/AconfigDemo/internal/trunk_stable_workflow_test.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/AconfigDemo/internal/trunk_stable_workflow_test.aconfig b/samples/AconfigDemo/internal/trunk_stable_workflow_test.aconfig
index ecab3cc22..336d9a68c 100644
--- a/samples/AconfigDemo/internal/trunk_stable_workflow_test.aconfig
+++ b/samples/AconfigDemo/internal/trunk_stable_workflow_test.aconfig
@@ -7,3 +7,10 @@ flag {
description: "Ahoy, raise the first flag of this namespace"
bug: "294537090"
}
+
+flag {
+ name: "test_migrate_flag"
+ namespace: "core_experiments_team_internal"
+ description: "Flag to test flag migration"
+ bug: "319479098"
+}