Regenerate icu4c/source/data/misc/langInfo.txt

The file requires to be regenerated due to an Android patch
https://r.android.com/692424 and the langInfo.txt file format
is changed.

The change fixed the following test.
android.icu.dev.test.util.LocaleMatcherTest#testLikelySubtagsLoadedDataSameAsBuiltFromScratch

langInfo.txt is regenerated by the following command:
cd external/icu/icu4j
ant icu4jJar
cd tools/misc/
ant jar
java -cp out/lib/icu4j-tools.jar:../../icu4j.jar com.ibm.icu.dev.tool.locale.LocaleDistanceBuilder
croot external/icu/icu4c/source/data/misc/
cp /tmp/langInfo.txt langInfo.txt

Change-Id: I9d9236d76d2628c8f7ad53f3527e5862dc5762ca
3 files changed