diff --git a/crosvm_control/Cargo.toml b/crosvm_control/Cargo.toml index ed455d8979..861b065c15 100644 --- a/crosvm_control/Cargo.toml +++ b/crosvm_control/Cargo.toml @@ -3,7 +3,6 @@ name = "crosvm_control" version = "0.1.0" authors = ["The Chromium OS Authors"] edition = "2021" -build = "build.rs" [lib] crate-type = ["cdylib"] diff --git a/crosvm_control/build.rs b/crosvm_control/build.rs index d424212f8c..9f6f0c22fd 100644 --- a/crosvm_control/build.rs +++ b/crosvm_control/build.rs @@ -1,4 +1,6 @@ -extern crate cbindgen; +// Copyright 2022 The Chromium OS Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. use std::env; use std::path::PathBuf;