1package: "com.android.aconfig.flags" 2container: "system" 3 4flag { 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} 10 11flag { 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} 17 18flag { 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} 24 25flag { 26 name: "tools_read_from_new_storage_bugfix" 27 namespace: "core_experiments_team_internal" 28 bug: "370499640" 29 description: "When enabled, tools read directly from the new aconfig storage." 30 metadata { 31 purpose: PURPOSE_BUGFIX 32 } 33} 34 35flag { 36 name: "invoke_updatable_aflags" 37 namespace: "core_experiments_team_internal" 38 bug: "385383899" 39 description: "When enabled, the system aflags binary invokes the updatable aflags." 40 metadata { 41 purpose: PURPOSE_BUGFIX 42 } 43} 44