mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-11 20:56:12 +00:00
BUG=none TEST=`cargo run` Change-Id: I97eb56eec0d08c67e62755ef21b5ac0cd3e9a461 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3638965 Tested-by: kokoro <noreply+kokoro@google.com> Auto-Submit: Anton Romanov <romanton@google.com> Commit-Queue: Anton Romanov <romanton@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
7 lines
233 B
Rust
7 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");
|
|
}
|