blob: 47199becc2f1267bfc6c2b74c452150cde783020 [file] [edit]
# Copyright 2021 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_library.gni")
rustc_library("linux_uapi") {
edition = "2018"
sources = [
"src/lib.rs",
"src/x86_64.rs",
"src/x86_64_types.rs",
]
}