mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-26 10:45:32 +08:00
Reformat BUCK files to follow new buildifier format
Summary: buildifier was updated and now we sort loads! Reviewed By: zertosh Differential Revision: D9771824 fbshipit-source-id: 0001aa5f656d4aa40b3498d5bfd792a3d14e56e1
This commit is contained in:
committed by
Facebook Github Bot
parent
eef8d47a37
commit
c5daf3fed9
@@ -1,4 +1,4 @@
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "JNI_TARGET", "subdir_glob", "oss_cxx_library")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "JNI_TARGET", "oss_cxx_library", "subdir_glob")
|
||||
|
||||
# This target is only used in open source
|
||||
oss_cxx_library(
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "rn_android_library", "rn_android_resource", "react_native_dep", "rn_prebuilt_jar")
|
||||
load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_library", "rn_android_resource", "rn_prebuilt_jar")
|
||||
|
||||
# This is a bit messy and hopefully a temporary thing
|
||||
# The problem is that Gradle extracts appcompat resources into app namespace, com.facebook.react
|
||||
|
||||
@@ -8,4 +8,4 @@ remote_file(
|
||||
name = "infer-annotations.jar",
|
||||
sha1 = "f514ff4ca022a579d9cf7524846988b646ae4491",
|
||||
url = "mvn:com.facebook.infer.annotation:infer-annotation:jar:0.11.2",
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user