You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Any targets that should be shared between fbcode and xplat must be defined in
2
4
# targets.bzl. This file can contain xplat-only targets.
3
5
4
6
load(":targets.bzl", "define_common_targets")
5
7
6
-
oncall("executorch")
7
8
8
-
define_common_targets()
9
+
non_fbcode_target(_kind=define_common_targets,)
10
+
11
+
# !!!! fbcode/executorch/devtools/bundled_program/schema/TARGETS was merged into this file, see https://fburl.com/workplace/xl8l9yuo for more info !!!!
12
+
13
+
# Any targets that should be shared between fbcode and xplat must be defined in
14
+
# targets.bzl. This file can contain fbcode-only targets.
0 commit comments