Set the container field of aconfig flags Test: printflags --format='{package}:{container}:' | grep "::" Bug: 312769710 Flag: NONE Change-Id: I4fc69f563ead7206ef48278be4fb4cbcfc9cb1f7
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
package: "com.android.settings.flags"
|
|
container: "system"
|
|
|
|
# NOTE: Keep alphabetized to help limit merge conflicts from multiple simultaneous editors.
|
|
|
|
# NOTE: All Settings flags share the same Flags class, so prefix our
|
|
# flags with 'development' to prevent naming collision.
|
|
|
|
flag {
|
|
name: "development_hdr_sdr_ratio"
|
|
namespace: "core_graphics"
|
|
description: "Shows hdr/sdr dev opton on the development options page from aconfig"
|
|
bug: "291863102"
|
|
}
|