From 0a731da093631631f2d842a3d226e0dc468cf7e4 Mon Sep 17 00:00:00 2001 From: XNNPACK Team Date: Thu, 8 Aug 2024 08:32:59 -0700 Subject: [PATCH] Fix a few more missing deps in the Bazel build graph. PiperOrigin-RevId: 660848762 --- BUILD.bazel | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BUILD.bazel b/BUILD.bazel index 1567cc18a8a..67bfdfb553b 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -2275,8 +2275,8 @@ xnnpack_cc_library( visibility = xnnpack_visibility(), deps = [ ":allocator", - ":hardware_config", - ":init_once", + ":build_identifier", + ":common", ":logging", ":params", "@pthreadpool", @@ -2303,8 +2303,8 @@ xnnpack_cc_library( visibility = xnnpack_visibility(), deps = [ ":allocator", - ":hardware_config", - ":init_once", + ":build_identifier", + ":common", ":logging", ":params", "@pthreadpool",