Willis Kung | 246a766 | 2024-11-18 01:42:31 -0800 | [diff] [blame] | 1 | prebuilt_etc { |
| 2 | name: "early_vms.xml", |
Willis Kung | 246a766 | 2024-11-18 01:42:31 -0800 | [diff] [blame] | 3 | filename: "early_vms.xml", |
| 4 | relative_install_path: "avf", |
| 5 | system_ext_specific: true, |
Armelle Laine | f50811b | 2025-01-23 00:40:04 +0000 | [diff] [blame] | 6 | enabled: select(soong_config_variable("trusty_system_vm", "enabled"), { |
| 7 | true: true, |
| 8 | default: false, |
| 9 | }), |
| 10 | src: select(soong_config_variable("trusty_system_vm", "enabled"), { |
| 11 | true: "early_vms.xml", |
| 12 | default: ":empty_file", |
| 13 | }), |
Willis Kung | 246a766 | 2024-11-18 01:42:31 -0800 | [diff] [blame] | 14 | } |