mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL adds an icu_data application that vends ICU data to clients via shared memory. We use a sha1hash to validate the integrity of the data. Currently, this icu_data service is used on Android only. Desktop platforms load the ICU data table from the file system, as they did before. See the mojo-dev discussion for more background. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/826093004