Add bugs in the flag declaration

Test: presubmit
Bug: 287644619
Change-Id: I676d2415c833354b1f053fcd04da8dace61943cd
This commit is contained in:
Zhi Dou
2023-06-29 17:04:34 +00:00
parent 740345b38f
commit da74895830

View File

@@ -4,6 +4,7 @@ flag {
name: "append_injected_content"
namespace: "aconfig_demo_ns"
description: "This flag controls injected content"
bug: "287644619"
}
flag {
@@ -16,4 +17,6 @@ flag {
name: "third_flag"
namespace: "configuration"
description: "This flag controls static content"
bug: "287644619"
bug: "280833463"
}