mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Merge pull request #38 from cblichmann:master
PiperOrigin-RevId: 311079031 Change-Id: I25b2b9081bd12602853b8b078d715153673c2b8e
This commit is contained in:
commit
144a441d79
|
@ -155,10 +155,9 @@ def sapi_library(
|
||||||
deps = [],
|
deps = [],
|
||||||
tags = [],
|
tags = [],
|
||||||
visibility = None):
|
visibility = None):
|
||||||
"""BUILD rule providing implementation of a Sandboxed API library."""
|
"""Provides the implementation of a Sandboxed API library."""
|
||||||
|
|
||||||
repo_name = native.repository_name()
|
rprefix = "@com_google_sandboxed_api"
|
||||||
rprefix = "@com_google_sandboxed_api" if repo_name != "@" else ""
|
|
||||||
common = {
|
common = {
|
||||||
"tags": tags,
|
"tags": tags,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user