Improve internal<->external code transforms #2

PiperOrigin-RevId: 239221234
Change-Id: I5b50ed6472df894c43310addb9d8e8ca35b2c822
This commit is contained in:
Christian Blichmann 2019-03-19 10:38:31 -07:00 committed by Copybara-Service
parent 22eeb45d0f
commit cb36b974eb
4 changed files with 5 additions and 10 deletions

View File

@ -31,7 +31,6 @@ sapi_library(
lib = "@net_zlib//:zlib",
lib_name = "Zlib",
namespace = "sapi::zlib",
deps = [],
)
cc_binary(

View File

@ -14,11 +14,9 @@
# Description: sandbox2 is a C++ sandbox technology for Linux.
package(
default_visibility = [
"//sandboxed_api:__subpackages__",
],
)
package(default_visibility = [
"//sandboxed_api:__subpackages__",
])
licenses(["notice"]) # Apache 2.0

View File

@ -81,9 +81,7 @@ cc_library(
name = "file_base",
srcs = ["path.cc"],
hdrs = ["path.h"],
deps = [
"@com_google_absl//absl/strings",
],
deps = ["@com_google_absl//absl/strings"],
)
cc_test(

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Tests for google3.third_party.sandboxed_api.tools.generator2.code."""
"""Tests for code."""
from __future__ import absolute_import
from __future__ import division