1package: "android.test.myflags"
2container: "system"
3flag {
4  name: "test_flag_true"
5  namespace: "flagtest"
6  description: "testing flag that is always enabled"
7  bug: "<none>"
8}
9
10flag {
11  name: "test_flag_false"
12  namespace: "flagtest"
13  description: "another testing flag that is always disabled"
14  bug: "<none>"
15}
16