File tree 3 files changed +9
-3
lines changed
ReactAndroid/src/main/jni/first-party/fbgloginit
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ include_defs ("//ReactCommon/DEFS" )
2
+
1
3
cxx_library (
2
4
name = "fbgloginit" ,
3
5
srcs = [
@@ -14,6 +16,6 @@ cxx_library(
14
16
visibility = ["PUBLIC" ],
15
17
xcode_public_headers_symlinks = True ,
16
18
deps = [
17
- "//xplat/third-party/glog:glog" ,
19
+ GLOG_DEP ,
18
20
],
19
21
)
Original file line number Diff line number Diff line change
1
+ # Set up common deps
2
+
3
+ GLOG_DEP = "//ReactAndroid/build/third-party-ndk/glog:glog"
Original file line number Diff line number Diff line change
1
+ include_defs ("//ReactCommon/DEFS" )
2
+
1
3
cxx_library (
2
4
name = "microprofiler" ,
3
5
srcs = [
@@ -14,12 +16,11 @@ cxx_library(
14
16
],
15
17
force_static = True ,
16
18
header_namespace = "microprofiler" ,
17
- labels = ["accounts_for_platform_and_build_mode_flags" ],
18
19
visibility = [
19
20
"PUBLIC" ,
20
21
],
21
22
xcode_public_headers_symlinks = True ,
22
23
deps = [
23
- "//xplat/third-party/glog:glog" ,
24
+ GLOG_DEP ,
24
25
],
25
26
)
You can’t perform that action at this time.
0 commit comments