From e07f542c0d6730398ef6a94ff4d8c59115538a5b Mon Sep 17 00:00:00 2001 From: Taras Tsugrii Date: Thu, 10 Jan 2019 17:12:14 -0800 Subject: [PATCH] Reformat fbandroid build files according to new formatting rules. Summary: drop-conflicts Reviewed By: zertosh Differential Revision: D13610672 fbshipit-source-id: b430047f23c00c1ed998ba0cd5b4ca651f843c2d --- aidl/BUCK | 2 +- cpp/yarn/BUCK | 2 +- deps/fmt/BUCK | 2 +- deps/zstr/BUCK | 2 +- java/main/com/facebook/profilo/sample/BUCK | 2 +- java/test/com/facebook/profilo/logger/BUCK | 2 +- python/profilo/BUCK | 2 +- python/profilo/importer/BUCK | 2 +- python/profilo/model/BUCK | 2 +- python/profilo/model/tests/BUCK | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/aidl/BUCK b/aidl/BUCK index cd47c9f49..eafaaecf5 100644 --- a/aidl/BUCK +++ b/aidl/BUCK @@ -1,6 +1,6 @@ +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/android:fb_core_android_library.bzl", "fb_core_android_library") load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_core_android_library( name = "aidl", diff --git a/cpp/yarn/BUCK b/cpp/yarn/BUCK index 1aa0704d4..1a96ae27d 100644 --- a/cpp/yarn/BUCK +++ b/cpp/yarn/BUCK @@ -1,6 +1,6 @@ +load("//tools/build_defs:glob_defs.bzl", "subdir_glob") load("//tools/build_defs/android:fb_xplat_cxx_library.bzl", "fb_xplat_cxx_library") load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") -load("//tools/build_defs:glob_defs.bzl", "subdir_glob") fb_xplat_cxx_library( name = "headers_linux", diff --git a/deps/fmt/BUCK b/deps/fmt/BUCK index f8c973fd6..7ff87bac4 100644 --- a/deps/fmt/BUCK +++ b/deps/fmt/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_oss_xplat_cxx_library") load("//tools/build_defs:glob_defs.bzl", "subdir_glob") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_oss_xplat_cxx_library") profilo_oss_xplat_cxx_library( name = "fmt", diff --git a/deps/zstr/BUCK b/deps/zstr/BUCK index 094c2692f..fdda1db99 100644 --- a/deps/zstr/BUCK +++ b/deps/zstr/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_oss_cxx_library") load("//tools/build_defs:glob_defs.bzl", "subdir_glob") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_oss_cxx_library") profilo_oss_cxx_library( name = "zstr", diff --git a/java/main/com/facebook/profilo/sample/BUCK b/java/main/com/facebook/profilo/sample/BUCK index 6b32c1ff7..82b4658eb 100644 --- a/java/main/com/facebook/profilo/sample/BUCK +++ b/java/main/com/facebook/profilo/sample/BUCK @@ -1,7 +1,7 @@ +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/android:fb_core_android_library.bzl", "fb_core_android_library") load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") load("//tools/build_defs/oss:profilo_sample_app.bzl", "profilo_sample_app") -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_native.keystore( name = "keystore", diff --git a/java/test/com/facebook/profilo/logger/BUCK b/java/test/com/facebook/profilo/logger/BUCK index 6c126a830..2981cdeef 100644 --- a/java/test/com/facebook/profilo/logger/BUCK +++ b/java/test/com/facebook/profilo/logger/BUCK @@ -1,6 +1,6 @@ +load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") load("//tools/build_defs/android:fb_core_android_library.bzl", "fb_core_android_library") load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") -load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") fb_core_android_library( name = "utils", diff --git a/python/profilo/BUCK b/python/profilo/BUCK index 324bf02ff..f56704066 100644 --- a/python/profilo/BUCK +++ b/python/profilo/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") fb_native.python_library( name = "runner-lib", diff --git a/python/profilo/importer/BUCK b/python/profilo/importer/BUCK index 0b839e8bc..f1cf7a833 100644 --- a/python/profilo/importer/BUCK +++ b/python/profilo/importer/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") fb_native.python_library( name = "importer", diff --git a/python/profilo/model/BUCK b/python/profilo/model/BUCK index 20e2a2265..7ed6de900 100644 --- a/python/profilo/model/BUCK +++ b/python/profilo/model/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") fb_native.python_library( name = "model", diff --git a/python/profilo/model/tests/BUCK b/python/profilo/model/tests/BUCK index b5ed34524..31eaa59f1 100644 --- a/python/profilo/model/tests/BUCK +++ b/python/profilo/model/tests/BUCK @@ -1,5 +1,5 @@ -load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") load("//tools/build_defs:fb_native_wrapper.bzl", "fb_native") +load("//tools/build_defs/oss:profilo_defs.bzl", "profilo_path") fb_native.python_test( name = "tests",