From bdae838516856b1548b9c237f027002a296b3c93 Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Tue, 27 Nov 2018 15:13:56 -0800 Subject: [PATCH] Sort build file loads. Summary: drop-conflicts Reviewed By: passy Differential Revision: D13176350 fbshipit-source-id: 0f875a6c0f1eca2f992026bb2b2d0851f90f5d2f --- android/sample/BUCK | 2 +- csharp/BUCK | 2 +- lib/appcompat/BUCK | 2 +- lib/soloader/BUCK | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/sample/BUCK b/android/sample/BUCK index 0989fcd6..7a408bb9 100644 --- a/android/sample/BUCK +++ b/android/sample/BUCK @@ -4,8 +4,8 @@ # This source code is licensed under the license found in the # LICENSE-examples file in the root directory of this source tree. -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/oss:yoga_defs.bzl", "ANDROID_RES_TARGET", "ANDROID_SAMPLE_JAVA_TARGET", "ANDROID_SAMPLE_RES_TARGET", "yoga_android_binary", "yoga_android_resource") +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") yoga_android_binary( name = "sample", diff --git a/csharp/BUCK b/csharp/BUCK index 685b227f..0f8a0bf8 100644 --- a/csharp/BUCK +++ b/csharp/BUCK @@ -3,7 +3,6 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load( "//tools/build_defs/oss:yoga_defs.bzl", "BASE_COMPILER_FLAGS", @@ -11,6 +10,7 @@ load( "yoga_cxx_library", "yoga_dep", ) +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") COMPILER_FLAGS = BASE_COMPILER_FLAGS + ["-std=c++11"] diff --git a/lib/appcompat/BUCK b/lib/appcompat/BUCK index b3262494..670c5f20 100644 --- a/lib/appcompat/BUCK +++ b/lib/appcompat/BUCK @@ -3,8 +3,8 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/oss:yoga_defs.bzl", "YOGA_ROOTS") +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_native.android_prebuilt_aar( name = "appcompat", diff --git a/lib/soloader/BUCK b/lib/soloader/BUCK index 04e2f5ff..5f3cc331 100644 --- a/lib/soloader/BUCK +++ b/lib/soloader/BUCK @@ -3,8 +3,8 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/oss:yoga_defs.bzl", "YOGA_ROOTS") +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_native.android_prebuilt_aar( name = "soloader",