summaryrefslogtreecommitdiffstats
path: root/third_party/rust/fuchsia-zircon-sys/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/fuchsia-zircon-sys/BUILD.gn')
-rw-r--r--third_party/rust/fuchsia-zircon-sys/BUILD.gn9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/rust/fuchsia-zircon-sys/BUILD.gn b/third_party/rust/fuchsia-zircon-sys/BUILD.gn
new file mode 100644
index 0000000000..dc4701d3f9
--- /dev/null
+++ b/third_party/rust/fuchsia-zircon-sys/BUILD.gn
@@ -0,0 +1,9 @@
+# Copyright 2017 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/rust_library.gni")
+
+rust_library("fuchsia-zircon-sys") {
+ deps = []
+}