Merge pull request #38 from cblichmann:master

PiperOrigin-RevId: 311079031
Change-Id: I25b2b9081bd12602853b8b078d715153673c2b8e
This commit is contained in:
Copybara-Service 2020-05-12 01:07:45 -07:00
commit 144a441d79

View File

@ -155,10 +155,9 @@ def sapi_library(
deps = [],
tags = [],
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" if repo_name != "@" else ""
rprefix = "@com_google_sandboxed_api"
common = {
"tags": tags,
}