Ted Bauer | b1edaae | 2024-09-11 19:07:44 +0000 | [diff] [blame] | 1 | package: "com.android.aconfig.flags" |
| 2 | container: "system" |
| 3 | |
| 4 | flag { |
| 5 | name: "enable_only_new_storage" |
| 6 | namespace: "core_experiments_team_internal" |
| 7 | bug: "312235596" |
| 8 | description: "When enabled, aconfig flags are read from the new aconfig storage only." |
| 9 | } |
Dennis Shen | 94748a3 | 2024-09-26 17:14:39 +0000 | [diff] [blame] | 10 | |
| 11 | flag { |
| 12 | name: "enable_aconfigd_from_mainline" |
| 13 | namespace: "core_experiments_team_internal" |
| 14 | bug: "369808805" |
| 15 | description: "When enabled, launch aconfigd from config infra module." |
| 16 | } |
Ted Bauer | 037bd57 | 2024-12-13 12:11:18 -0800 | [diff] [blame] | 17 | |
| 18 | flag { |
| 19 | name: "tools_read_from_new_storage" |
| 20 | namespace: "core_experiments_team_internal" |
| 21 | bug: "370499640" |
| 22 | description: "When enabled, tools read directly from the new aconfig storage." |
| 23 | } |