Skip to content

Commit 3acfaf5

Browse files
authored
Use executorch's glob_def.bzl (#28)
1 parent eeb2c88 commit 3acfaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
load("@fbsource//tools/build_defs:glob_defs.bzl", "subdir_glob")
21
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
2+
load("@fbsource//xplat/executorch/third-party:glob_defs.bzl", "subdir_glob")
33

44
def define_common_targets():
55
"""Defines targets that should be shared between fbcode and xplat.

0 commit comments

Comments
 (0)