commit | 6114a702ad34188fe28ffef05ff74299ae8a516d | [log] [tgz] |
---|---|---|
author | Yun Peng <pcloudy@google.com> | Tue Jun 11 13:28:05 2024 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 11 07:28:05 2024 -0400 |
tree | 01e9fa0a8f4ab773e42f4630d3b6c847dcd96ea8 | |
parent | 1b0d452dcfdb4c15bcd50f4f8c1d230fcf49ee1b [diff] |
Mark host_platform_repo rule as local (#94) So that it won't be vendored
diff --git a/host/extension.bzl b/host/extension.bzl index 13ae09a..a888a20 100644 --- a/host/extension.bzl +++ b/host/extension.bzl
@@ -54,6 +54,7 @@ file contains a single <code>HOST_CONSTRAINTS</code> variable, which is a list of strings, each of which is a label to a <code>constraint_value</code> for the host platform.""", + local = True, ) def _host_platform_impl(module_ctx):