AconfigDemo: associate each flag with exactly one bug
aconfig now requires that each flag is associated with exactly one bug. Update aconfig_demo_flags.aconfig accordingly. Also standardize use of whitespace. Bug: 293156797 Test: presubmit Change-Id: I3e10f7055ffb2776fbe825f0902b735ca4674b58
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user