blob: 99ccc7ec4af45030cf69f7e3d92ff1d2f8c13b4c [file] [log] [blame]
# Copyright 2019 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//common-mk/pkg_config.gni")
group("all") {
deps = []
if (use.kvm_host) {
deps += [ "//vm_tools/host" ]
}
if (use.kvm_guest) {
deps += [ "//vm_tools/guest" ]
}
}
static_library("libvm_tools_common") {
sources = [
"common/naming.cc",
"common/spawn_util.cc",
]
pkg_deps = [ "libchrome" ]
}