sony / flutter-elinux

Flutter tools for embedded Linux (eLinux)
BSD 3-Clause "New" or "Revised" License
408 stars 43 forks source link

gen_snapshot: fix Platform.operatingSystem issue #213

Closed HidenoriMatsubayashi closed 10 months ago

HidenoriMatsubayashi commented 10 months ago

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