@@ -15,21 +15,21 @@ config("relative_flutter_tizen_headers") {
15
15
16
16
config (" flutter_tizen_native_headers" ) {
17
17
include_dirs = [
18
- " //third_party/tizen_tools/sysroot/armel /usr/include" ,
19
- " //third_party/tizen_tools/sysroot/armel /usr/include/base" ,
20
- " //third_party/tizen_tools/sysroot/armel /usr/include/dlog" ,
21
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-1" ,
22
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-wl2 -1" ,
23
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-evas -1" ,
24
- " //third_party/tizen_tools/sysroot/armel /usr/include/efl -1" ,
25
- " //third_party/tizen_tools/sysroot/armel /usr/include/eo -1" ,
26
- " //third_party/tizen_tools/sysroot/armel /usr/include/eina -1" ,
27
- " //third_party/tizen_tools/sysroot/armel /usr/include/eina-1/eina " ,
28
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-input -1" ,
29
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-imf-1 " ,
30
- " //third_party/tizen_tools/sysroot/armel /usr/include/ecore-imf-evas -1" ,
31
- " //third_party/tizen_tools/sysroot/armel /usr/include/evas -1" ,
32
- " //third_party/tizen_tools/sysroot/armel /usr/include/emile -1" ,
18
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include" ,
19
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/base" ,
20
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/dlog" ,
21
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-1" ,
22
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-evas -1" ,
23
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-imf -1" ,
24
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-imf-evas -1" ,
25
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-input -1" ,
26
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/ecore-wl2 -1" ,
27
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/efl-1 " ,
28
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eina -1" ,
29
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eina-1/eina " ,
30
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/emile -1" ,
31
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/eo -1" ,
32
+ " //third_party/tizen_tools/sysroot/$target_cpu /usr/include/evas -1" ,
33
33
]
34
34
}
35
35
@@ -50,29 +50,18 @@ source_set("flutter_tizen_headers") {
50
50
51
51
source_set (" flutter_tizen" ) {
52
52
sources = [
53
- " tizen_event_loop.cc" ,
54
- " tizen_event_loop.h" ,
55
53
" flutter_tizen.cc" ,
56
54
" key_event_channel.cc" ,
57
- " key_event_channel.h" ,
55
+ " lifecycle_channel.cc" ,
56
+ " localization_channel.cc" ,
57
+ " text_input_plugin.cc" ,
58
58
" tizen_embedder_engine.cc" ,
59
- " tizen_embedder_engine.h " ,
59
+ " tizen_event_loop.cc " ,
60
60
" tizen_surface.cc" ,
61
- " tizen_surface.h" ,
62
61
" tizen_surface_gl.cc" ,
63
- " tizen_surface_gl.h" ,
64
62
" tizen_surface_software.cc" ,
65
- " tizen_surface_software.h" ,
66
63
" tizen_vsync_waiter.cc" ,
67
- " tizen_vsync_waiter.h" ,
68
64
" touch_event_channel.cc" ,
69
- " touch_event_channel.h" ,
70
- " text_input_plugin.h" ,
71
- " text_input_plugin.cc" ,
72
- " lifecycle_channel.h" ,
73
- " lifecycle_channel.cc" ,
74
- " localization_channel.h" ,
75
- " localization_channel.cc" ,
76
65
]
77
66
78
67
defines = [ " USE_RAPID_JSON" ]
@@ -91,25 +80,25 @@ source_set("flutter_tizen") {
91
80
" //third_party/rapidjson" ,
92
81
]
93
82
94
- lib_dirs = [ " //third_party/tizen_tools/sysroot/armel /usr/lib" ]
83
+ lib_dirs = [ " //third_party/tizen_tools/sysroot/$target_cpu /usr/lib" ]
95
84
96
85
cflags_cc = [
97
86
" -Wno-newline-eof" ,
98
87
" -Wno-macro-redefined" ,
99
88
" -Wno-unused-const-variable"
100
89
]
101
90
libs = [
91
+ " base-utils-i18n" ,
102
92
" dlog" ,
103
- " EGL" ,
104
- " ecore_wl2" ,
105
- " wayland-client" ,
106
- " GLESv2" ,
107
- " tdm-client" ,
108
93
" ecore" ,
94
+ " ecore_imf" ,
109
95
" ecore_input" ,
96
+ " ecore_wl2" ,
97
+ " EGL" ,
110
98
" evas" ,
111
- " ecore_imf" ,
112
- " base-utils-i18n"
99
+ " GLESv2" ,
100
+ " tdm-client" ,
101
+ " wayland-client" ,
113
102
]
114
103
}
115
104
0 commit comments