aboutsummaryrefslogtreecommitdiff
path: root/src/base/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/BUILD.bazel')
-rw-r--r--src/base/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/BUILD.bazel b/src/base/BUILD.bazel
index 09f723d..84d2131 100644
--- a/src/base/BUILD.bazel
+++ b/src/base/BUILD.bazel
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+licenses(["notice"])
+
cc_library(
name = "base",
hdrs = [
@@ -24,6 +26,7 @@ cc_library(
"uint128.h",
"utils.h",
],
+ features = ["-parse_headers"],
visibility = ["//src/decoder:__pkg__"],
)