Merge "AconfigDemo: associate each flag with exactly one bug" into main

This commit is contained in:
Treehugger Robot
2023-07-28 07:14:42 +00:00
committed by Gerrit Code Review

View File

@@ -1,34 +1,36 @@
package: "com.example.android.aconfig.demo.flags"
flag {
name: "append_injected_content"
namespace: "aconfig_demo_ns"
description: "This flag controls injected content"
bug: "287644619"
name: "append_injected_content"
namespace: "aconfig_demo_ns"
description: "This flag controls injected content"
bug: "287644619"
}
flag {
name: "append_static_content"
namespace: "aconfig_demo_ns"
description: "This flag controls static content"
name: "append_static_content"
namespace: "aconfig_demo_ns"
description: "This flag controls static content"
bug: "287644619"
}
flag {
name: "awesome_flag_1"
namespace: "test"
description: "A very awesome flag for testing purposes."
bug: "287644619"
}
flag {
name: "awesome_flag_2"
namespace: "test"
description: "Another awesome flag for testing purposes."
bug: "287644619"
}
flag {
name: "third_flag"
namespace: "configuration"
description: "This flag controls static content"
bug: "287644619"
bug: "280833463"
name: "third_flag"
namespace: "configuration"
description: "This flag controls static content"
bug: "287644619"
}