mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Bazel: Reexport sapi_proto_library
PiperOrigin-RevId: 437959185 Change-Id: Idd6d0abcd5014edb415eb8d4e67b269811f139cb
This commit is contained in:
parent
466cc07254
commit
15fab1322a
|
@ -15,8 +15,15 @@
|
||||||
"""Starlark rules for projects using Sandboxed API."""
|
"""Starlark rules for projects using Sandboxed API."""
|
||||||
|
|
||||||
load("//sandboxed_api/bazel:embed_data.bzl", "sapi_cc_embed_data")
|
load("//sandboxed_api/bazel:embed_data.bzl", "sapi_cc_embed_data")
|
||||||
|
load(
|
||||||
|
"//sandboxed_api/bazel:proto.bzl",
|
||||||
|
_sapi_proto_library = "sapi_proto_library",
|
||||||
|
)
|
||||||
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
|
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain")
|
||||||
|
|
||||||
|
# Reexport symbols
|
||||||
|
sapi_proto_library = _sapi_proto_library
|
||||||
|
|
||||||
# Helper functions
|
# Helper functions
|
||||||
def append_arg(arguments, name, value):
|
def append_arg(arguments, name, value):
|
||||||
if value:
|
if value:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user