File tree 5 files changed +13
-10
lines changed
third-party/java/infer-annotations
test/java/com/facebook/react/uimanager
ReactCommon/microprofiler
5 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ cxx_library(
7
7
srcs = [
8
8
"glog_init.cpp" ,
9
9
],
10
+ exported_headers = ["fb/glog_init.h" ],
10
11
compiler_flags = [
11
12
"-fexceptions" ,
12
13
"-fno-omit-frame-pointer" ,
13
14
],
14
- exported_headers = ["fb/glog_init.h" ],
15
15
linker_flags = [
16
16
"-llog" ,
17
17
],
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ include_defs("//ReactAndroid/DEFS")
9
9
10
10
cxx_library (
11
11
name = "jni-hack" ,
12
+ header_namespace = "" ,
12
13
exported_headers = [
13
14
"jni.h" ,
14
15
"real/jni.h" ,
15
16
],
16
17
force_static = True ,
17
- header_namespace = "" ,
18
18
visibility = ["PUBLIC" ],
19
19
)
Original file line number Diff line number Diff line change 1
1
include_defs ("//ReactAndroid/DEFS" )
2
2
3
3
prebuilt_jar (
4
- name = "infer-annotations" ,
5
- binary_jar = "infer-annotations-4.0.jar" ,
6
- visibility = ["//ReactAndroid/..." ],
4
+ name = "infer-annotations" ,
5
+ binary_jar = "infer-annotations-4.0.jar" ,
6
+ visibility = ["//ReactAndroid/..." ],
7
7
)
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ rn_robolectric_test(
4
4
name = "uimanager" ,
5
5
# TODO Disabled temporarily until Yoga linking is fixed t14964130
6
6
# srcs = glob(['**/*.java']),
7
- srcs = ["SimpleViewPropertyTest.java" , "MatrixMathHelperTest.java" ],
7
+ srcs = [
8
+ "MatrixMathHelperTest.java" ,
9
+ "SimpleViewPropertyTest.java" ,
10
+ ],
8
11
# Please change the contact to the oncall of your team
9
12
10
13
visibility = [
Original file line number Diff line number Diff line change @@ -5,17 +5,17 @@ cxx_library(
5
5
srcs = [
6
6
"MicroProfiler.cpp" ,
7
7
],
8
+ header_namespace = "microprofiler" ,
9
+ exported_headers = [
10
+ "MicroProfiler.h" ,
11
+ ],
8
12
compiler_flags = [
9
13
"-Wall" ,
10
14
"-Werror" ,
11
15
"-std=c++11" ,
12
16
"-fexceptions" ,
13
17
],
14
- exported_headers = [
15
- "MicroProfiler.h" ,
16
- ],
17
18
force_static = True ,
18
- header_namespace = "microprofiler" ,
19
19
visibility = [
20
20
"PUBLIC" ,
21
21
],
You can’t perform that action at this time.
0 commit comments