Skip to content

Commit 43014e9

Browse files
committed
Fix issue
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 81b72df commit 43014e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/xnnpack/third-party/xnnpack_src_defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load(
77
_XNNPACK_SRCS = "XNNPACK_SRCS",
88
)
99
load("//backends/xnnpack/third-party/XNNPACK/gen:microkernels.bzl", "prod_srcs_for_arch")
10-
load("//xplat/executorch/third-party:glob_defs.bzl", "subdir_glob")
10+
load("@fbsource//xplat/executorch/third-party:glob_defs.bzl", "subdir_glob")
1111

1212
def define_xnnpack_build_src(xnnpack_build_src):
1313
return ["XNNPACK/{}".format(src) for src in xnnpack_build_src]

0 commit comments

Comments
 (0)