aboutsummaryrefslogtreecommitdiff
path: root/tools/aconfig/aconfig/tests/storage_test_4.aconfig
blob: 5802a73b6d8da994e9cdf8001585c727c23dc617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package: "com.android.aconfig.storage.test_4"
container: "system"

flag {
    name: "enabled_rw"
    namespace: "aconfig_test"
    description: "This flag is ENABLED + READ_ONLY"
    bug: "abc"
}

flag {
    name: "enabled_fixed_ro"
    namespace: "aconfig_test"
    description: "This flag is fixed READ_ONLY + ENABLED"
    bug: ""
    is_fixed_read_only: true
}