unplugged-system/external/crosvm/tools/examples/baremetal/build.rs

8 lines
210 B
Rust

// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
fn main() {
println!("cargo:rerun-if-changed=layout.ld");
}