From 8836bb51a23163c8d8fb55fbd271f619010d7f00 Mon Sep 17 00:00:00 2001 From: Sonny Rao Date: Mon, 12 Feb 2018 19:38:35 -0800 Subject: crosvm: move device_manager to it's own crate I will be refactoring this code to mostly live in the architecture code, but for now it's simpler to move it out into it's own crate. BUG=chromium:797868 TEST=./build_test passes on all architectures TEST=crosvm runs on caroline Change-Id: I85c12696fcd5cbef6a72a6dcbc484a443e0b0784 Signed-off-by: Sonny Rao Reviewed-on: https://chromium-review.googlesource.com/933084 --- build_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'build_test.py') diff --git a/build_test.py b/build_test.py index 2dfefe4..f7a4a7e 100755 --- a/build_test.py +++ b/build_test.py @@ -28,6 +28,7 @@ X86_64_TRIPLE = os.getenv('X86_64_TRIPLE', 'x86_64-cros-linux-gnu') TEST_MODULES_PARALLEL = [ 'crosvm', 'data_model', + 'device_manager', 'kernel_loader', 'kvm', 'kvm_sys', -- cgit 1.4.1