1package: "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} 12 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} 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" 27}