Skip to content

Commit 6663aea

Browse files
authored
Use fbcode_macros java_library and add oncall in android BUCK (#19965)
1 parent 79cbc45 commit 6663aea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • shim_et/xplat/caffe2/android

shim_et/xplat/caffe2/android/BUCK

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
# that is not applicable to ExecuTorch. This empty target allows the build
99
# to succeed without running PyTorch-specific tests against ExecuTorch.
1010

11-
load("@prelude//java:java_library.bzl", "java_library")
11+
load("@fbcode_macros//build_defs:java_library.bzl", "java_library")
12+
oncall("executorch")
1213

1314
java_library(
1415
name = "test_host",

0 commit comments

Comments
 (0)