commit | 2c24233bdcea3bbb889c45a5a34fe155384e026f | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Wed Aug 08 13:30:32 2018 +0100 |
committer | Andrew Scull <ascull@google.com> | Wed Aug 08 13:47:20 2018 +0100 |
tree | 2f8c313862402550bf391712b5461c879d4bbadd | |
parent | be199df93fb29952054a9be1522f7eb1a66215f3 [diff] [blame] |
Build: generate initrd images for the hypervisor. This packages the VMs to create the initial RAM disk. Change-Id: I31f1a0650583eb4122233beb0abaa933909cb389
diff --git a/BUILD.gn b/BUILD.gn index 6d5dae0..4b21696 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -5,7 +5,7 @@ deps = [ ":hypervisor", - "//test/vm:test_vm($arch_toolchain)", + "//test/vm:test_vm_initrd($arch_toolchain)", ] }