[bazel] Make publishers for c++ hdr / srcs, and java (#8114)

This commit is contained in:
PJ Reiniger
2025-07-24 09:11:09 -04:00
committed by GitHub
parent e2f901822c
commit c78bd942bb
37 changed files with 478 additions and 230 deletions

View File

@@ -24,7 +24,7 @@ def _package_type(package_type):
pkg_zip(
name = package_type + "-zip",
srcs = pkgs,
tags = ["no-remote"],
tags = ["manual"],
)
def build_examples(halsim_deps):