Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Sort build file loads.
Browse files Browse the repository at this point in the history
Reviewed By: kangzhang

Differential Revision: D13183028

fbshipit-source-id: b06d2df5411ddd348ba265e2b539464ff91d6125
  • Loading branch information
ttsugriy authored and facebook-github-bot committed Nov 26, 2018
1 parent 07b3902 commit b14c222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/support-annotations/BUCK
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 2 additions & 1 deletion shimmer/BUCK
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b14c222

Please sign in to comment.