mirror of https://github.com/v2ray/v2ray-core
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
286 B
9 lines
286 B
6 years ago
|
load("@v2ray_ext//bazel:build.bzl", "foreign_go_binary")
|
||
|
load("@v2ray_ext//bazel:gpg.bzl", "gpg_sign")
|
||
|
load("@v2ray_ext//bazel:matrix.bzl", "SUPPORTED_MATRIX")
|
||
|
load("//main:targets.bzl", "gen_targets")
|
||
|
|
||
|
package(default_visibility=["//visibility:public"])
|
||
|
|
||
|
gen_targets(SUPPORTED_MATRIX)
|