commit | 7f904bf3313aa4c0c2e59b5dc921cd3612b3e61c | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Fri Jul 12 16:38:38 2019 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Wed Jul 24 10:36:27 2019 +0000 |
tree | 3e4776619691f13615efb73f62da2e2ed0e76022 | |
parent | 9ca9a316db91d4a0e9d260f1de31ea8483beba32 [diff] |
Avoid including vm.h header in tests. Bug: 115484857 Change-Id: I3145826c057d28ddab2c830361a5881e4455f016
diff --git a/build/toolchain/embedded.gni b/build/toolchain/embedded.gni index e608c61..d6a6102 100644 --- a/build/toolchain/embedded.gni +++ b/build/toolchain/embedded.gni
@@ -368,6 +368,6 @@ # Nonsense values because they are required but shouldn't be used. heap_pages = 0 - max_vms = 1 + max_vms = 0 } }
diff --git a/build/toolchain/platform.gni b/build/toolchain/platform.gni index 8e9feea..4e30a1b 100644 --- a/build/toolchain/platform.gni +++ b/build/toolchain/platform.gni
@@ -28,5 +28,5 @@ plat_max_cpus = 1 # The maximum number of VMs required for the platform. - plat_max_vms = 1 + plat_max_vms = 0 }