commit | 5ec0b832d6a7a7ad183cfb9fb99ff2cf91429caa | [log] [tgz] |
---|---|---|
author | Alex McArther <acmcarther@gmail.com> | Wed Oct 24 17:45:58 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 24 17:45:58 2018 -0700 |
tree | fd616572e19355be395f5dda31b257ed363cfdb4 | |
parent | 22317551f43658cca832d0f9a356a8217dc66b74 [diff] [blame] |
Add builtin rust platform decls with examples (#144) * Add builtin rust platform decls with examples * Remove empty files * Tidy up * Add aliases for each OS and each CPU arch as well * Tidy up
diff --git a/rust/platform/BUILD b/rust/platform/BUILD new file mode 100644 index 0000000..bb34d9b --- /dev/null +++ b/rust/platform/BUILD
@@ -0,0 +1,5 @@ +package(default_visibility = ["//visibility:public"]) + +load(":platform.bzl", "declare_config_settings") + +declare_config_settings()