blob: 571c359a0df1a955d89c5bc706ba3383b38254ca [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"
Keiichi Watanabe4d75b332025-03-05 12:18:32 +000019}
20
21flag {
22 name: "terminal_storage_balloon"
23 is_exported: true
24 namespace: "virtualization"
25 description: "Flag for storage ballooning support in terminal"
26 bug: "382174138"
Jeongik Cha5d659f12025-01-10 15:43:35 +090027}