From c42772c4691a4c193af67f72e6fd02a8a8f1b36e Mon Sep 17 00:00:00 2001 From: liuyulvv Date: Fri, 5 Aug 2022 20:10:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=BA=E8=BF=AB=E7=97=87=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mediapipe/util/BUILD | 2 +- third_party/BUILD | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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.