blob: 921c374c54a9f10908bb9e1e0ef3f1ea06424f44 [file] [log] [blame]
Nikita Ioffe82a40132024-12-11 16:20:36 +00001package: "com.android.system.virtualmachine.flags"
2container: "com.android.virt"
3
4flag {
5 name: "promote_set_should_use_hugepages_to_system_api"
6 is_exported: true
7 namespace: "virtualization"
8 description: "Flag used in @FlaggedApi annotation for setShouldUseHugepages"
9 bug: "383347947"
10 is_fixed_read_only: true
11}
Jeongik Cha5d659f12025-01-10 15:43:35 +090012
13flag {
14 name: "terminal_gui_support"
15 is_exported: true
16 namespace: "virtualization"
17 description: "Flag for GUI support in terminal"
18 bug: "386296118"
19}