xref: /aosp_15_r20/platform_testing/libraries/flag-helpers/libflagtest/android.test.myflags.aconfig (revision dd0948b35e70be4c0246aabd6c72554a5eb8b22a)
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