From b14c222b1b355eea348fb0fadb826895c3d898ff Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Mon, 26 Nov 2018 09:12:07 -0800 Subject: [PATCH] Sort build file loads. Reviewed By: kangzhang Differential Revision: D13183028 fbshipit-source-id: b06d2df5411ddd348ba265e2b539464ff91d6125 --- lib/support-annotations/BUCK | 3 ++- shimmer/BUCK | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/support-annotations/BUCK b/lib/support-annotations/BUCK index dd21122..49157db 100644 --- a/lib/support-annotations/BUCK +++ b/lib/support-annotations/BUCK @@ -1,10 +1,11 @@ +load("//tools/build_defs/oss:shimmer_defs.bzl", "fb_core_android_library") + # Copyright (c) 2015-present, Facebook, Inc. All rights reserved. # # This source code is licensed under the BSD-style license found in the LICENSE file in the root # directory of this source tree. An additional grant of patent rights can be found in the PATENTS # file in the same directory. load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") -load("//tools/build_defs/oss:shimmer_defs.bzl", "fb_core_android_library") fb_core_android_library( name = "support-annotations", diff --git a/shimmer/BUCK b/shimmer/BUCK index 9a713e1..c0e8d41 100644 --- a/shimmer/BUCK +++ b/shimmer/BUCK @@ -1,10 +1,11 @@ +load("//tools/build_defs/oss:shimmer_defs.bzl", "SHIMMER_SUPPORT_ANNOTATIONS", "fb_core_android_library") + # Copyright (c) 2015-present, Facebook, Inc. All rights reserved. # # This source code is licensed under the BSD-style license found in the LICENSE file in the root # directory of this source tree. An additional grant of patent rights can be found in the PATENTS # file in the same directory. load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") -load("//tools/build_defs/oss:shimmer_defs.bzl", "SHIMMER_SUPPORT_ANNOTATIONS", "fb_core_android_library") fb_core_android_library( name = "shimmer",