Filip Filmar 1e89cb54e8 Upgrades the ICU version to 64.2 (#13123)
The current version is 62.1, which is a now 3 major releases behind,
given that ICU 65 was released on Oct 3, 2019.

The version bump required an update to buildroot to fix too strict compilation
of ICU.

Previous update was here:
https://github.com/flutter/engine/pull/6097

I was advised to upgrade in the code review for this PR:
https://github.com/flutter/engine/pull/13045

This change brings in the function `icu::Locale::forLanguageTag(...)`
which is directly relevant to the work in the PR, but also updates
the library considerably.

Tested:

```bash

set -x

readonly FLUTTER_ENGINE_DIR="${FLUTTER_ENGINE_DIR:-$HOME/fx/flutter/engine/src}"
readonly OUT_DIR="${FLUTTER_ENGINE_DIR}/out"

(
  cd ${FLUTTER_ENGINE_DIR}

  ./flutter/tools/gn --unoptimized
  ninja -j 100 -C "${OUT_DIR}/host_debug_unopt"
  ./flutter/testing/run_tests.py --type engine
)
```
2019-10-15 11:26:21 -07:00
..
2019-08-19 09:24:21 -07:00

This directory includes scripts and tools for continuous integration tests.