File tree Expand file tree Collapse file tree 26 files changed +38
-13
lines changed Expand file tree Collapse file tree 26 files changed +38
-13
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ rn_xplat_cxx_library(
55
55
"//xplat/folly:headers_only" ,
56
56
"//xplat/folly:memory" ,
57
57
"//xplat/folly:molly" ,
58
- react_native_xplat_target ("utils:utils" ),
58
+ react_native_xplat_target ("react/ utils:utils" ),
59
59
react_native_xplat_target ("react/renderer/debug:debug" ),
60
60
react_native_xplat_target ("react/renderer/core:core" ),
61
61
react_native_xplat_target ("react/renderer/graphics:graphics" ),
Original file line number Diff line number Diff line change @@ -57,6 +57,6 @@ rn_xplat_cxx_library(
57
57
"//xplat/jsi:jsi" ,
58
58
react_native_xplat_target ("react/renderer/core:core" ),
59
59
react_native_xplat_target ("react/renderer/debug:debug" ),
60
- react_native_xplat_target ("utils:utils" ),
60
+ react_native_xplat_target ("react/ utils:utils" ),
61
61
],
62
62
)
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ rn_xplat_cxx_library(
61
61
"//xplat/folly:memory" ,
62
62
"//xplat/folly:molly" ,
63
63
YOGA_CXX_TARGET ,
64
- react_native_xplat_target ("utils:utils" ),
64
+ react_native_xplat_target ("react/ utils:utils" ),
65
65
react_native_xplat_target ("react/renderer/attributedstring:attributedstring" ),
66
66
react_native_xplat_target ("react/renderer/core:core" ),
67
67
react_native_xplat_target ("react/renderer/debug:debug" ),
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ rn_xplat_cxx_library(
58
58
"//xplat/folly:memory" ,
59
59
"//xplat/folly:molly" ,
60
60
YOGA_CXX_TARGET ,
61
- react_native_xplat_target ("utils:utils" ),
61
+ react_native_xplat_target ("react/ utils:utils" ),
62
62
react_native_xplat_target ("react/renderer/attributedstring:attributedstring" ),
63
63
react_native_xplat_target ("react/renderer/core:core" ),
64
64
react_native_xplat_target ("react/renderer/debug:debug" ),
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ rn_xplat_cxx_library(
58
58
"//xplat/folly:memory" ,
59
59
"//xplat/folly:molly" ,
60
60
YOGA_CXX_TARGET ,
61
- react_native_xplat_target ("utils:utils" ),
61
+ react_native_xplat_target ("react/ utils:utils" ),
62
62
react_native_xplat_target ("react/renderer/attributedstring:attributedstring" ),
63
63
react_native_xplat_target ("react/renderer/core:core" ),
64
64
react_native_xplat_target ("react/renderer/debug:debug" ),
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ rn_xplat_cxx_library(
58
58
"//xplat/folly:molly" ,
59
59
"//xplat/jsi:JSIDynamic" ,
60
60
"//xplat/jsi:jsi" ,
61
- react_native_xplat_target ("utils:utils" ),
61
+ react_native_xplat_target ("react/ utils:utils" ),
62
62
react_native_xplat_target ("react/renderer/debug:debug" ),
63
63
react_native_xplat_target ("react/renderer/graphics:graphics" ),
64
64
],
@@ -105,7 +105,7 @@ fb_xplat_cxx_binary(
105
105
visibility = ["PUBLIC" ],
106
106
deps = [
107
107
"//xplat/third-party/benchmark:benchmark" ,
108
- react_native_xplat_target ("utils:utils" ),
108
+ react_native_xplat_target ("react/ utils:utils" ),
109
109
react_native_xplat_target ("react/renderer/components/view:view" ),
110
110
":core" ,
111
111
],
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ rn_xplat_cxx_library(
60
60
react_native_xplat_target ("react/renderer/componentregistry:componentregistry" ),
61
61
react_native_xplat_target ("react/renderer/core:core" ),
62
62
react_native_xplat_target ("react/renderer/debug:debug" ),
63
- react_native_xplat_target ("utils:utils" ),
63
+ react_native_xplat_target ("react/ utils:utils" ),
64
64
],
65
65
)
66
66
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ rn_xplat_cxx_library(
44
44
"//xplat/fbsystrace:fbsystrace" ,
45
45
"//xplat/folly:headers_only" ,
46
46
"//xplat/folly:memory" ,
47
- react_native_xplat_target ("utils:utils" ),
47
+ react_native_xplat_target ("react/ utils:utils" ),
48
48
],
49
49
)
50
50
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ rn_xplat_cxx_library(
61
61
react_native_xplat_target ("react/renderer/components/view:view" ),
62
62
react_native_xplat_target ("react/renderer/core:core" ),
63
63
react_native_xplat_target ("react/renderer/debug:debug" ),
64
- react_native_xplat_target ("utils:utils" ),
64
+ react_native_xplat_target ("react/ utils:utils" ),
65
65
],
66
66
)
67
67
Original file line number Diff line number Diff line change @@ -63,6 +63,6 @@ rn_xplat_cxx_library(
63
63
react_native_xplat_target ("react/renderer/componentregistry:componentregistry" ),
64
64
react_native_xplat_target ("react/renderer/debug:debug" ),
65
65
react_native_xplat_target ("react/renderer/components/root:root" ),
66
- react_native_xplat_target ("utils:utils" ),
66
+ react_native_xplat_target ("react/ utils:utils" ),
67
67
],
68
68
)
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ rn_xplat_cxx_library(
62
62
react_native_xplat_target ("react/renderer/componentregistry:componentregistry" ),
63
63
react_native_xplat_target ("react/renderer/debug:debug" ),
64
64
react_native_xplat_target ("react/config:config" ),
65
- react_native_xplat_target ("utils:utils" ),
65
+ react_native_xplat_target ("react/ utils:utils" ),
66
66
],
67
67
)
68
68
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ rn_xplat_cxx_library(
125
125
YOGA_CXX_TARGET ,
126
126
react_native_xplat_target ("react/renderer/attributedstring:attributedstring" ),
127
127
react_native_xplat_target ("react/renderer/core:core" ),
128
- react_native_xplat_target ("utils:utils" ),
128
+ react_native_xplat_target ("react/ utils:utils" ),
129
129
react_native_xplat_target ("react/renderer/debug:debug" ),
130
130
react_native_xplat_target ("react/renderer/graphics:graphics" ),
131
131
react_native_xplat_target ("react/renderer/uimanager:uimanager" ),
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # Copyright (c) Facebook, Inc. and its affiliates.
2
+ #
3
+ # This source code is licensed under the MIT license found in the
4
+ # LICENSE file in the root directory of this source tree.
5
+
6
+ LOCAL_PATH := $(call my-dir)
7
+
8
+ include $(CLEAR_VARS )
9
+
10
+ LOCAL_MODULE := reactutils
11
+
12
+ LOCAL_SRC_FILES := $(wildcard $(LOCAL_PATH ) /* .cpp)
13
+
14
+ LOCAL_C_INCLUDES := $(LOCAL_PATH )
15
+ LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH ) /../../
16
+
17
+ LOCAL_CFLAGS := \
18
+ -DLOG_TAG=\"Fabric\"
19
+
20
+ LOCAL_CFLAGS += -fexceptions -frtti -std=c++14 -Wall
21
+
22
+ LOCAL_STATIC_LIBRARIES :=
23
+ LOCAL_SHARED_LIBRARIES :=
24
+
25
+ include $(BUILD_SHARED_LIBRARY )
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments