Android 5.1.1 release 37
Update ICU metadata from 2014j to 2015a

Files taken from:
http://bugs.icu-project.org/trac/changeset/37006

The tzdata rules used are 2015a.

No effort has been made to maintain the icu tests: this is just a
data update.

zoneinfo64.txt and icudt53l.dat updated with:

cd external/icu
mkdir build
cd build
../icu4c/source/runConfigureICU Linux
cd tools/tzcode/
cp ~/Downloads/tzdata2015a.tar.gz .
mkdir ../../bin
ln -S . ../../../icu4c/source/tools/tzcode/icuregions
ln -S . ../../../icu4c/source/tools/tzcode/icuzones
make
cp zoneinfo64.txt ../../../icu4c/source/data/misc/zoneinfo64.txt

cd ../..
make -j32 all
cp data/out/tmp/icudt53l.dat ../icu4c/source/stubdata/

Bug: 19212588
Change-Id: I498842f3681dc5ae7bf968b814dadfd7d6b22dae
4 files changed
tree: 42a62ca30b2a367112f931349fb897d06e8fc4ef
  1. icu4c/
  2. Android.mk