summaryrefslogtreecommitdiff
path: root/cppunit/android.patch
AgeCommit message (Collapse)Author
2012-09-26config.sub doesn't need patching any more it seemsTor Lillqvist
Change-Id: I87c779de583011d340cece39efa32e891d20852d
2012-09-25update cppunit to 1.13.1Markus Mohrhard
Change-Id: I13a74ca921bb4b0766fab2123f46a97c90372a44
2012-06-27update cppunit to 1.13.0Markus Mohrhard
Change-Id: If3896361c31a84b77e4c446dac75aeb9268605a0
2011-11-17Use lo_dlopen() on AndroidTor Lillqvist
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist
The silly apkbuilder tool doesn't add extra native libs to an .apk package unless their name ends with .so. It just silently ignores them. So, force libtool to avoid versioning suffix for Android. Yeah, unclear whether apkbuilder is what we will end up using to construct the APKs of actual LO code using Android apps. But at this stage when just trying to build a unit testing app, it seems to be the simplest way to get the .apk properly signed and all to just use a normal Ant project, and let Ant run apkbuilder.
2011-09-27Make Android cross-build workingThorsten Behrens
In the spirit of 12759f67a36d52a345be6002d7017551e8414c59, change external lib's config.sub to eat the arm-unknown-linux-androideabi host os string. Also, permit shared libs again - seems Android can handle those. Added dictionaries to cross-build-toolset - idxdict is needed. Should build up to sfx2 - some residual static lib issues there, and in raptor.
2011-06-21Make cppunit build for AndroidTor Lillqvist