History log of /external/icu/icu4c/source/common/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c43b22f47a1b3f23ec2a3c866689adf8695361a4 28-Jan-2016 Fredrik Roubert <roubert@google.com> Android.mk files updated for ticket #11857, #12031 cherry-picks.

Change-Id: Ia75acb0277be4ac2361ab40e554666ee6c3e0eaf
/external/icu/icu4c/source/common/Android.mk
1ece7357768be4a92fcfb5eab8615c369096a6e7 16-Dec-2015 Ralph Nathan <ralphnathan@google.com> brillo: Remove icu.dat file from the Brillo image.

icu.dat is a 22 MB internationalization data file not used by Brillo.
Since Brillo runs in a resource constrained environment, remove
this file for Brillo images.

BUG=25792311
TEST=manual test

Change-Id: I179d65c8667aa36b735f19abcbdf23920d016d87
/external/icu/icu4c/source/common/Android.mk
9e9419ecc6b0d537728b9cc3f678e38f3d49e114 25-Nov-2015 Fredrik Roubert <roubert@google.com> Android.mk file updated for ticket #11986 cherry-picks.

Change-Id: I75313ac229fd65af39d9494aa30a745fd84bb40f
/external/icu/icu4c/source/common/Android.mk
45f1a4bac2df094d8e8df5fffc2b444bb05bc8b2 19-Nov-2015 Fredrik Roubert <roubert@google.com> Reformat lists of file names to list only one file name per line.

This will make diffing and merging of file name lists easier to do for
future version upgrades.

Change-Id: I7074639c67cefb108ca375991576ac35d8f5e8ef
/external/icu/icu4c/source/common/Android.mk
c1f03e44c90cb6707b053f746db5993c110c12f5 28-Sep-2015 Fredrik Roubert <roubert@google.com> Android.mk files updated for ICU56.

Change-Id: I927ee3dbb69f0ccd470d0343b83c99a1e09e68cc
/external/icu/icu4c/source/common/Android.mk
019b8fbe23aa401f92cfb12f6cb90783322f30b5 22-Apr-2015 Andreas Gampe <agampe@google.com> Icu4c: Turn off deprecation warning

Turn down the noise.

Change-Id: I02c288b207febf1bd39cb925dce10467cdfdb85e
/external/icu/icu4c/source/common/Android.mk
cd57f031a0dc6bfa569ca03f3b37cba417bb0378 18-Jun-2015 Raghu Gandham <raghu.gandham@imgtec.com> Use GCC for compiling ICU4C on MIPS64.

Clang on MIPS64 miscompiles ICU4C. Resort to GCC
until Clang gets fixed on MIPS64.

Change-Id: I94845a59b675a2ace4e0e47a3fa35a3c4a985584
/external/icu/icu4c/source/common/Android.mk
5d8f3a9ea6806e677463b2b89aac866d275c0936 12-Jun-2015 Narayan Kamath <narayan@google.com> Compile ICU4C with clang.

Note that the icu NDK targets appear unused, but i'll delete
them in a separate change since they might be used in some obscure
unbundled branch that isn't indexed.

Change-Id: Idfa19cabaef61f7ac86ac8e0ec136d918131b432
/external/icu/icu4c/source/common/Android.mk
2b29e461ceca7c72feebf97a1807d8eb2694a94a 01-Jun-2015 Neil Fuller <nfuller@google.com> Remove build-time configuration for ICU4C.

The presence of this configuration causes Android to
map the file one more time than necessary.

Bug: 19961406
Bug: 19960867
Change-Id: Id01b00368bdfa9d83a5b3d1ffed4dbde9595977d
/external/icu/icu4c/source/common/Android.mk
5cd2f05a690a04054d4e2d9505d8720d4b7be12e 18-Mar-2015 Fredrik Roubert <roubert@google.com> Android.mk files updated for ICU55.

Change-Id: Ic4a4c8d37ff314ccf0ae90101c4fe415e471ce5d
/external/icu/icu4c/source/common/Android.mk
352e848a7b1f196bda8908f674d73a8c5ea39471 10-Mar-2015 Fredrik Roubert <roubert@google.com> Delete obsolete ICU4C files.

These files have been replaced by other files that are already included
in this source tree:

http://bugs.icu-project.org/trac/ticket/10799
http://bugs.icu-project.org/trac/ticket/11003

Change-Id: I7e547c7fb6e6707a996fe68b3de5ca73ab0e8658
/external/icu/icu4c/source/common/Android.mk
0eb2b90ccfbe3b9a06b8a8758fb1ef0d8b334e80 30-Jan-2015 Fredrik Roubert <roubert@google.com> Delete obsolete ICU4C files.

These files are either left over from older versions of ICU4C or are
build artifacts that have erroneously been submitted to the Android
source code repository, but will be regenerated by the ICU4C build
process.

These files have been identified by comparing the Android source tree
with the upstream ICU source tree:

http://source.icu-project.org/repos/icu/icu/tags/release-54-1/

Change-Id: I20e7e942f130f3271f4e838aa0b5146c70b9b02f
/external/icu/icu4c/source/common/Android.mk
5d613ba28ce3da1287efdd4a875fcdecb66afedd 11-Dec-2014 Elliott Hughes <enh@google.com> Remove obsolete Android-specific hacks.

We do have std::string, so there's no reason to pretend otherwise.

We don't have <langinfo.h>, but upstream icu4c already knows that.

Also silence various false-positive compile warnings.

Change-Id: Ic49fc0494ea2d775558d178e170e0e0ef2ef9f6a
/external/icu/icu4c/source/common/Android.mk
067b164b8ca4c6651e355ff5bb435a3fd9ef8981 08-Dec-2014 Narayan Kamath <narayan@google.com> USE LOCAL_EXPORT_C_INCLUDE_DIRS for icu4c.

Prevents us from having to manually include them everywhere and is
now the recommended way of doing things.

bug: 18581021
Change-Id: If75926b6ad89a53798a1eb1a1eff3695dc551239
/external/icu/icu4c/source/common/Android.mk
f9878a236aa0d9662d8e40cafdaf2e04cd615835 21-Nov-2014 ccornelius <ccornelius@google.com> Update ICU4C/CLDR to versions 54.1/26.

Failing test summary:

| *** FAILING TEST SUMMARY FOR: intltest
TestCanonicalID
TimeZoneTest
TestTimeRoundTrip
TimeZoneFormatTest
format
| *** END FAILING TEST SUMMARY FOR: intltest
-----------
ALL TESTS SUMMARY:
ok: testdata iotest cintltst letest
===== ERRS: intltest

Change-Id: I91c82ef1042905bb6454a30c6973b4573da56f77
/external/icu/icu4c/source/common/Android.mk
a1ba4c3899ccd14bfdd9a53b12a67977a2cc321e 16-Nov-2014 Dan Albert <danalbert@google.com> Move icu4c to libc++.

Bug: 15193147
Change-Id: I476f22f318bec19de9163ce698cc5074d4b1bc7a
/external/icu/icu4c/source/common/Android.mk
c73f511526464f8e56c242df80552e9b0d94ae3d 09-Jul-2014 Elliott Hughes <enh@google.com> Move the icu4c source to match the upstream layout.

Change-Id: I3152e41d6979b8fb5735f08894f7ebdc2c5d4f18
/external/icu/icu4c/source/common/Android.mk