mirror of
https://github.com/status-im/react-native.git
synced 2025-02-26 16:10:58 +00:00
Run buildifier over all BUCK files
Reviewed By: mzlee, dinhviethoa Differential Revision: D6439498 fbshipit-source-id: ec847595afdd79434e48652d237d2533bbd2cad2
This commit is contained in:
parent
240039c6f2
commit
d674d48a7b
@ -7,11 +7,11 @@ cxx_library(
|
||||
srcs = [
|
||||
"glog_init.cpp",
|
||||
],
|
||||
exported_headers = ["fb/glog_init.h"],
|
||||
compiler_flags = [
|
||||
"-fexceptions",
|
||||
"-fno-omit-frame-pointer",
|
||||
],
|
||||
exported_headers = ["fb/glog_init.h"],
|
||||
linker_flags = [
|
||||
"-llog",
|
||||
],
|
||||
|
@ -9,11 +9,11 @@ include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
cxx_library(
|
||||
name = "jni-hack",
|
||||
header_namespace = "",
|
||||
exported_headers = [
|
||||
"jni.h",
|
||||
"real/jni.h",
|
||||
],
|
||||
force_static = True,
|
||||
header_namespace = "",
|
||||
visibility = ["PUBLIC"],
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
include_defs("//ReactAndroid/DEFS")
|
||||
|
||||
prebuilt_jar(
|
||||
name = "infer-annotations",
|
||||
binary_jar = "infer-annotations-4.0.jar",
|
||||
visibility = ["//ReactAndroid/..."],
|
||||
name = "infer-annotations",
|
||||
binary_jar = "infer-annotations-4.0.jar",
|
||||
visibility = ["//ReactAndroid/..."],
|
||||
)
|
||||
|
@ -4,7 +4,10 @@ rn_robolectric_test(
|
||||
name = "uimanager",
|
||||
# TODO Disabled temporarily until Yoga linking is fixed t14964130
|
||||
# srcs = glob(['**/*.java']),
|
||||
srcs = ["SimpleViewPropertyTest.java", "MatrixMathHelperTest.java"],
|
||||
srcs = [
|
||||
"MatrixMathHelperTest.java",
|
||||
"SimpleViewPropertyTest.java",
|
||||
],
|
||||
# Please change the contact to the oncall of your team
|
||||
contacts = ["oncall+fbandroid_sheriff@xmail.facebook.com"],
|
||||
visibility = [
|
||||
|
@ -5,17 +5,17 @@ cxx_library(
|
||||
srcs = [
|
||||
"MicroProfiler.cpp",
|
||||
],
|
||||
header_namespace = "microprofiler",
|
||||
exported_headers = [
|
||||
"MicroProfiler.h",
|
||||
],
|
||||
compiler_flags = [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
"-std=c++11",
|
||||
"-fexceptions",
|
||||
],
|
||||
exported_headers = [
|
||||
"MicroProfiler.h",
|
||||
],
|
||||
force_static = True,
|
||||
header_namespace = "microprofiler",
|
||||
visibility = [
|
||||
"PUBLIC",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user