|
53 | 53 | --target-sysroot `pwd`/tizen_tools/sysroot/$(arch) \
|
54 | 54 | --target-triple $(targetTriple) \
|
55 | 55 | --runtime-mode $(mode) \
|
| 56 | + --enable-fontconfig \ |
56 | 57 | --embedder-for-target \
|
57 | 58 | --disable-desktop-embeddings \
|
58 | 59 | --build-tizen-shell \
|
|
69 | 70 | --target-sysroot `pwd`/tizen_tools/sysroot/$(arch)_40 \
|
70 | 71 | --target-triple $(targetTriple) \
|
71 | 72 | --runtime-mode $(mode) \
|
| 73 | + --enable-fontconfig \ |
72 | 74 | --embedder-for-target \
|
73 | 75 | --disable-desktop-embeddings \
|
74 | 76 | --build-tizen-shell \
|
|
83 | 85 | cp default/out/linux_$(mode)_$(arch)/libflutter_tizen.so $OUTDIR
|
84 | 86 | cp tizen40/out/linux_$(mode)_$(arch)/libflutter_tizen.so $OUTDIR/libflutter_tizen40.so
|
85 | 87 | cp tizen40/out/linux_$(mode)_$(arch)/libflutter_engine.so $OUTDIR
|
86 |
| - if [ "$(System.JobName)" = "tizen-arm-release" ]; then |
87 |
| - cp default/out/linux_$(mode)_$(arch)/icudtl.dat $OUTDIR |
88 |
| - fi |
89 | 88 | displayName: Copy artifacts
|
90 | 89 | workingDirectory: $(buildroot)/output
|
91 | 90 | failOnStderr: true
|
@@ -115,12 +114,12 @@ jobs:
|
115 | 114 | cp -r $ROOT/common/cpp/client_wrapper/include common/client_wrapper
|
116 | 115 | cp $ROOT/tizen/public/*.h common/public
|
117 | 116 | cp $ROOT/tizen/LICENSE .
|
118 |
| - displayName: Copy peripherals |
| 117 | + displayName: Copy headers |
119 | 118 | workingDirectory: $(Build.BinariesDirectory)
|
120 | 119 | failOnStderr: true
|
121 | 120 | - bash: |
|
| 121 | + cp $(Pipeline.Workspace)/src/third_party/icu/flutter/icudtl.dat common |
122 | 122 | mv $(Pipeline.Workspace)/tizen-* .
|
123 |
| - mv tizen-arm-release/icudtl.dat common |
124 | 123 | for platform in linux windows darwin; do
|
125 | 124 | for mode in release profile; do
|
126 | 125 | curl -o tmp.zip https://storage.googleapis.com/flutter_infra/flutter/$(upstreamVersion)/android-arm-$mode/$platform-x64.zip 2> /dev/null
|
|
0 commit comments