aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig/tests/test_exported.aconfig
blob: 20f23a31820f7d1e99a72da843636d5085f3d287 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package: "com.android.aconfig.test.exported"
container: "system"

flag {
    name: "exported_flag"
    namespace: "aconfig_test"
    description: "This is an exported flag"
    is_exported: true
    bug: "888"
}

flag {
    name: "not_exported_flag"
    namespace: "aconfig_test"
    description: "This flag is not exported"
    bug: "777"
}