mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 12:35:26 +00:00
8 lines
233 B
Rust
8 lines
233 B
Rust
|
// 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.
|
||
|
|
||
|
fn main() {
|
||
|
println!("cargo:rerun-if-changed=layout.ld");
|
||
|
}
|