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

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

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