mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-22 10:08:15 -05:00
delete some unnecessary comments
This commit is contained in:
parent
a28fabacef
commit
4cc5558a4e
@ -48,9 +48,6 @@ def _zip_file(ctx):
|
|||||||
d.startswith("/") or d.endswith("/")):
|
d.startswith("/") or d.endswith("/")):
|
||||||
fail("mappings should not begin or end with slash")
|
fail("mappings should not begin or end with slash")
|
||||||
srcs = depset(transitive = [depset(ctx.files.srcs),depset(ctx.files.data),depset(collect_runfiles(ctx.attr.data))])
|
srcs = depset(transitive = [depset(ctx.files.srcs),depset(ctx.files.data),depset(collect_runfiles(ctx.attr.data))])
|
||||||
# srcs += ctx.files.srcs
|
|
||||||
# srcs += ctx.files.data
|
|
||||||
# srcs += collect_runfiles(ctx.attr.data)
|
|
||||||
mapped = _map_sources(ctx, srcs, ctx.attr.mappings)
|
mapped = _map_sources(ctx, srcs, ctx.attr.mappings)
|
||||||
cmd = [
|
cmd = [
|
||||||
"#!/bin/sh",
|
"#!/bin/sh",
|
||||||
|
Loading…
Reference in New Issue
Block a user