Lines Matching +full:- +full:- +full:platforms
7 # http://www.apache.org/licenses/LICENSE-2.0
16 "//go/private:platforms.bzl",
19 "PLATFORMS",
23 """Generates constraint_values and platform targets for valid platforms.
27 @platforms//os:os and @platforms//cpu:cpu, respectively.
28 To avoid redundancy, if there is an equivalent value in @platforms,
32 These platforms may be used with --platforms for cross-compilation,
33 though users may create their own platforms (and
34 @bazel_tools//platforms:default_platform will be used most of the time).
40 constraint_setting = "@platforms//os:os",
52 constraint_setting = "@platforms//cpu:cpu",
74 for p in PLATFORMS: