diff --git a/mediapipe/util/BUILD b/mediapipe/util/BUILD index d41a12442..4d2e5f0a2 100644 --- a/mediapipe/util/BUILD +++ b/mediapipe/util/BUILD @@ -13,7 +13,7 @@ # limitations under the License. # load("//mediapipe/framework/port:build_config.bzl", "mediapipe_proto_library") -load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test") +load("//mediapipe/framework:mediapipe_cc_test.bzl", "mediapipe_cc_test") # @unused licenses(["notice"]) diff --git a/third_party/BUILD b/third_party/BUILD index 1008b6456..f84c578b3 100644 --- a/third_party/BUILD +++ b/third_party/BUILD @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +load("@rules_foreign_cc//tools/build_defs:cmake.bzl", "cmake_external") package(default_visibility = ["//visibility:public"]) @@ -70,8 +71,6 @@ alias( visibility = ["//visibility:public"], ) -load("@rules_foreign_cc//tools/build_defs:cmake.bzl", "cmake_external") - # Note: this determines the order in which the libraries are passed to the # linker, so if library A depends on library B, library B must come _after_. # Hence core is at the bottom.