From b315d36ca09c03c89c84cb13a3b4112df2122900 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Sat, 14 Apr 2018 09:18:02 -0700 Subject: [PATCH] Move fb_java_library.bzl to xplat Reviewed By: mzlee, mkillianey, ttsugriy Differential Revision: D7402127 fbshipit-source-id: ddf05fb468b1a71ca3a88c0e071e726b18176f35 --- lib/dexmaker/BUCK | 2 +- lib/junit/BUCK | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dexmaker/BUCK b/lib/dexmaker/BUCK index 24dcb28a..eb340b95 100644 --- a/lib/dexmaker/BUCK +++ b/lib/dexmaker/BUCK @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -load("//build_defs:fb_java_library.bzl", "fb_java_library") +load("@xplat//build_defs:fb_java_library.bzl", "fb_java_library") fb_java_library( name = "dexmaker", diff --git a/lib/junit/BUCK b/lib/junit/BUCK index 5c49d65b..a9b24a0f 100644 --- a/lib/junit/BUCK +++ b/lib/junit/BUCK @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -load("//build_defs:fb_java_library.bzl", "fb_java_library") +load("@xplat//build_defs:fb_java_library.bzl", "fb_java_library") fb_java_library( name = "junit",