Skip to content

Commit 63238ab

Browse files
authored
Add switch for android arvr mode
Differential Revision: D66737951 Pull Request resolved: #7179
1 parent 0268eaa commit 63238ab

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

extension/pytree/aten_util/targets.bzl

+2-8
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ def define_common_targets():
2020
"//executorch/runtime/platform:platform",
2121
],
2222
compiler_flags = ["-Wno-missing-prototypes"],
23-
fbcode_deps = [
24-
"//caffe2:ATen-core",
25-
"//caffe2:ATen-cpu",
26-
"//caffe2/c10:c10",
27-
],
28-
xplat_deps = [
29-
"//xplat/caffe2:torch_mobile_core",
30-
"//xplat/caffe2/c10:c10",
23+
external_deps = [
24+
"torch-core-cpp",
3125
],
3226
)

0 commit comments

Comments
 (0)