30655dcea0
VM only supports little-endinian targets at the moment so it makes sense to default Endian.host to be equal to Endian.little when AOT compiling. JIT (non app-jit configuration) does not have this problem because it can treat static final fields as constants. Bug: https://github.com/dart-lang/sdk/issues/32836 Change-Id: Id186c3d384cd06c304111cb5a5bfc7d8eda89166 Reviewed-on: https://dart-review.googlesource.com/50720 Reviewed-by: Alexander Markov <alexmarkov@google.com> Reviewed-by: Dmitry Stefantsov <dmitryas@google.com> Reviewed-by: Kevin Millikin <kmillikin@google.com> Commit-Queue: Vyacheslav Egorov <vegorov@google.com>