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
# Copyright (c) 2023 Apple Inc. All rights reserved.
3
5
# Provided subject to the LICENSE file in the top level directory.
@@ -8,6 +10,20 @@
8
10
9
11
load(":targets.bzl", "define_common_targets")
10
12
11
-
oncall("executorch")
12
13
13
-
define_common_targets()
14
+
non_fbcode_target(_kind=define_common_targets,)
15
+
16
+
# !!!! fbcode/executorch/examples/apple/mps/executor_runner/TARGETS was merged into this file, see https://fburl.com/workplace/xl8l9yuo for more info !!!!
17
+
18
+
#
19
+
# Copyright (c) 2023 Apple Inc. All rights reserved.
20
+
# Provided subject to the LICENSE file in the top level directory.
21
+
#
22
+
23
+
# Any targets that should be shared between fbcode and xplat must be defined in
24
+
# targets.bzl. This file can contain fbcode-only targets.
0 commit comments