Skip to content

Commit 50e1265

Browse files
authored
Remove tizen_tools dependency and update BUILD.gn (#11)
1 parent 602a947 commit 50e1265

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

DEPS

-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ allowed_hosts = [
107107
deps = {
108108
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a6c0959d1ac8cdfe6f9ff87892bc4905a73699fe',
109109

110-
'src/third_party/tizen_tools': '[email protected]:flutter-tizen/tizen_tools.git',
111-
112110
# Fuchsia compatibility
113111
#
114112
# The dependencies in this section should match the layout in the Fuchsia gn

shell/platform/tizen/BUILD.gn

+18-18
Original file line numberDiff line numberDiff line change
@@ -62,26 +62,26 @@ source_set("flutter_tizen") {
6262
]
6363

6464
include_dirs = [
65-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include",
66-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/appfw",
67-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/base",
68-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/dlog",
69-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-1",
70-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-evas-1",
71-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-imf-1",
72-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-imf-evas-1",
73-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-input-1",
74-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/ecore-wl2-1",
75-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/efl-1",
76-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/eina-1",
77-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/eina-1/eina",
78-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/emile-1",
79-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/eo-1",
80-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/evas-1",
81-
"//third_party/tizen_tools/sysroot/$target_cpu/usr/include/system",
65+
"$custom_sysroot/usr/include",
66+
"$custom_sysroot/usr/include/appfw",
67+
"$custom_sysroot/usr/include/base",
68+
"$custom_sysroot/usr/include/dlog",
69+
"$custom_sysroot/usr/include/ecore-1",
70+
"$custom_sysroot/usr/include/ecore-evas-1",
71+
"$custom_sysroot/usr/include/ecore-imf-1",
72+
"$custom_sysroot/usr/include/ecore-imf-evas-1",
73+
"$custom_sysroot/usr/include/ecore-input-1",
74+
"$custom_sysroot/usr/include/ecore-wl2-1",
75+
"$custom_sysroot/usr/include/efl-1",
76+
"$custom_sysroot/usr/include/eina-1",
77+
"$custom_sysroot/usr/include/eina-1/eina",
78+
"$custom_sysroot/usr/include/emile-1",
79+
"$custom_sysroot/usr/include/eo-1",
80+
"$custom_sysroot/usr/include/evas-1",
81+
"$custom_sysroot/usr/include/system",
8282
]
8383

84-
lib_dirs = [ "//third_party/tizen_tools/sysroot/$target_cpu/usr/lib" ]
84+
lib_dirs = [ "$custom_sysroot/usr/lib" ]
8585

8686
cflags_cc = [
8787
"-Wno-newline-eof",

0 commit comments

Comments
 (0)