crosvm: Rename libcrosvm_control to crosvm_control

The current inclusion of the 'lib' prefix is redundant and results
in 'liblibcrosvm_control' once built.

These changes remove the 'lib' prefix from the source files.

BUG=b:188858559
TEST=cros_run_unit_tests --board ${board} --packages chromeos-base/crosvm

Change-Id: Ic1bcdce9aa5d879f5867232ffec60f40fe57d3a1
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3321731
Reviewed-by: Hikaru Nishida <hikalium@chromium.org>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Christian Blichmann <cblichmann@google.com>
Commit-Queue: Kameron Lutes <kalutes@chromium.org>
This commit is contained in:
ameron Lutes 2021-12-07 19:56:03 +00:00 committed by Commit Bot
parent c20f783733
commit cde1b5416f
3 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ members = [
"kernel_loader",
"kvm",
"kvm_sys",
"libcrosvm_control",
"crosvm_control",
"libvda",
"linux_input_sys",
"net_sys",

View file

@ -1,5 +1,5 @@
[package]
name = "libcrosvm_control"
name = "crosvm_control"
version = "0.1.0"
authors = ["The Chromium OS Authors"]
edition = "2018"