10 Commits
Author SHA1 Message Date
Hidenori MatsubayashiandGitHub d2ae0ffdb9 gen_snapshot: fix Platform.operatingSystem issue (#213)
This change fixes an issue that `Platform.operatingSystem` returns Android on x64 hosts and when cross-building for arm64 targets on x64 hosts. To fix the issue, use the gen_snapshot of linux and elinux instead of Android's one.

Fixed https://github.com/sony/flutter-elinux/issues/212

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-08-29 12:07:51 +00:00
Hidenori MatsubayashiandGitHub 4d747457cd release: update for flutter 3.13.0 (#203)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-08-17 00:20:27 +00:00
Hidenori MatsubayashiandGitHub 070d039f2d Update for flutter 3.10.0 (#182)
Signed-off-by: Hidenori Matsubayashi <[email protected]>
2023-05-20 04:58:32 +09:00
Hidenori MatsubayashiandGitHub 40ce536d59 Fix --analyze-size option (#146)
See #145

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2022-11-04 22:58:52 +09:00
Hidenori MatsubayashiandGitHub ed16e0bd77 Add custom toolchain option (#110)
Fixed #48

Signed-off-by: Hidenori Matsubayashi <[email protected]>
2022-08-12 09:25:22 +09:00
andreadaoudandGitHub f6cb5b3728 Add --target-compiler-flags argument to specify flags for clang. (#106)
Also, avoid using environment variables to prevent interference to
other commands run by CMake. Only CMAKE_C(XX)_COMPILER is sufficient
to build flutter.
2022-08-07 12:29:27 +09:00
Hidenori MatsubayashiandGitHub 7fd1502d58 Add target-compiler-triple option (#88) 2022-04-07 16:35:28 +09:00
Hidenori MatsubayashiandGitHub ca037ac2d7 Add arm64 Linux host support (#29)
Fixed https://github.com/sony/flutter-elinux/issues/2
2021-07-29 09:57:05 +09:00
Hidenori MatsubayashiandGitHub 0a3ef762f5 Cross-compile from x64 to arm64 (#20) 2021-07-27 14:17:50 +09:00
Hidenori Matsubayashi d10fcb6127 first commit 2021-07-16 13:03:30 +09:00