Nikita Ioffe | 82a4013 | 2024-12-11 16:20:36 +0000 | [diff] [blame] | 1 | package: "com.android.system.virtualmachine.flags" |
| 2 | container: "com.android.virt" |
| 3 | |
| 4 | flag { |
| 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 Cha | 5d659f1 | 2025-01-10 15:43:35 +0900 | [diff] [blame] | 12 | |
| 13 | flag { |
| 14 | name: "terminal_gui_support" |
| 15 | is_exported: true |
| 16 | namespace: "virtualization" |
| 17 | description: "Flag for GUI support in terminal" |
| 18 | bug: "386296118" |
Keiichi Watanabe | 4d75b33 | 2025-03-05 12:18:32 +0000 | [diff] [blame] | 19 | } |
| 20 | |
| 21 | flag { |
| 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 Cha | 5d659f1 | 2025-01-10 15:43:35 +0900 | [diff] [blame] | 27 | } |