Explicitly export files needed by other packages

PiperOrigin-RevId: 283942197
Change-Id: If1287d2544b2161e3087fb7f5f5395f69a2eb741
This commit is contained in:
Sandboxed API Team 2019-12-05 03:33:08 -08:00 committed by Copybara-Service
parent 072636f67e
commit 4608a7baea

View File

@ -24,6 +24,8 @@ package(default_visibility = [
licenses(["notice"]) # Apache 2.0
exports_files(["testdata/hostname"])
cc_library(
name = "bpfdisassembler",
srcs = ["bpfdisassembler.cc"],