summaryrefslogtreecommitdiff
path: root/icu/icu4c-android.patch
AgeCommit message (Collapse)AuthorFilesLines
2013-03-30Adapt the patch to apply to ICU 51.1Tor Lillqvist1-10/+1
Change-Id: Ic6771c4ae12686580301e114fa5aec7f7d4dc9a8
2012-11-11Use hidden visibility now for Android with icu built staticallyTor Lillqvist1-0/+11
Change-Id: I46b97d31f8aac046479d030c988413017c5b940a
2012-08-16For kicks, enable cross-building for Android on MIPSTor Lillqvist1-1/+1
Change-Id: I6fa2b9a50c525fb2d8666a144409eb9a3ad2698a
2012-07-20android: x86 porting work.Michael Meeks1-2/+2
2012-05-11"gcc-android" needs to be recognized on the build platformTor Lillqvist1-32/+0
Change-Id: I0f44150a31fa11afd908c3ba340d73effacfe17f
2012-05-11The timezone variable is called just that on AndroidTor Lillqvist1-0/+9
Change-Id: Icd3f13bec24227174b3698ed26f97d8c55d892ff
2012-05-11No <langinfo.h> for AndroidTor Lillqvist1-0/+11
Change-Id: I8063d5524b34177d77500069c85a3ae718fa5422
2012-05-11upgrade to icu 49Caolán McNamara1-0/+64
Change-Id: I I I I I If403ee07ef8ea654369a8faac57fa8940f90e040
2011-11-21Don't use any major version soname suffix for AndroidTor Lillqvist1-0/+11
But... the names our ICU libraries get built as clash exactly with Android's system ICU library names, predictably leading to chaos. I will have to come up with a non-clashing names for our ICU libraries on Android. (But isn't it stupid to include an own build of ICU if there is one in the system already? Sure, but on the other hand the NDK doesn't include ICU headers or libraries, so clearly Google doesn't consider it part of the documented API. No guarantee of version stability etc. Indeed best to avoid them then.)