Merge "Add the first flag to core_experiments_team_internal" into main

This commit is contained in:
Dennis Shen
2023-08-11 20:08:22 +00:00
committed by Gerrit Code Review
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
aconfig_declarations {
name: "trunk_stable_workflow_testing",
package: "com.android.trunk_stable_workflow_testing",
srcs: ["trunk_stable_workflow_test.aconfig"],
}

View File

@@ -0,0 +1,8 @@
package: "com.android.trunk_stable_workflow_testing"
flag {
name: "welcome_aboard"
namespace: "core_experiments_team_internal"
description: "Ahoy, raise the first flag of this namespace"
bug: "294537090"
}