Internal change

PiperOrigin-RevId: 368172152
Change-Id: Ie1479862473bfef7f08d555109a577d47bfbabc7
This commit is contained in:
Christian Blichmann 2021-04-13 01:57:50 -07:00 committed by Copybara-Service
parent 00649577d9
commit 5eb412ac32

View File

@ -51,3 +51,9 @@ bzl_library(
srcs = ["sapi_deps.bzl"],
visibility = ["//visibility:private"],
)
bzl_library(
name = "sapi",
srcs = ["sapi.bzl"],
visibility = ["//visibility:private"],
)