mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00

* Replace protobuf 2.6.1 with 3.21.8 * Update/add protobuf libs * Add CS2 protos * Remove old csgo/dota protos * Add versioned protoc bin * Comment out Valve's `schema` define for now * Use ENetworkDisconnectionReason * Fix-up `offsetof` to avoid errors on some Clang versions
14 lines
310 B
Python
14 lines
310 B
Python
package(default_visibility = ["//java:__subpackages__"])
|
|
|
|
load("@rules_pkg//:mappings.bzl", "pkg_files", "strip_prefix")
|
|
|
|
pkg_files(
|
|
name = "dist_files",
|
|
srcs = [
|
|
"BUILD.bazel",
|
|
"testing.bzl",
|
|
],
|
|
strip_prefix = strip_prefix.from_root(""),
|
|
visibility = ["//java:__pkg__"],
|
|
)
|