--- BUILD +++ BUILD @@ -1,14 +1 @@ -load("@hedron_compile_commands//:refresh_compile_commands.bzl", "refresh_compile_commands") - -refresh_compile_commands( - name = "refresh_compile_commands", - - # Specify the targets of interest. - # For example, specify a dict of targets and any flags required to build. - targets = { - "//cpp2sky/...": "", - "//source/...": "", - "//test/...": "", - "//example/...": "", - }, -) +# Hedron compile commands removed for BCR compatibility