Files
loongoffice/android
Tor Lillqvist 8656ff7212 Do strip the .so that will be included in the .apk
There is no use for non-exported symbols and debugging information in the .so
on the device.

Debugging with ndk-gdb uses the non-stripped copy of the .so located on the
build machine and works fine (as fine as the NDK gdb can work) even if the .so
that is actually running on the device includes no debugging information.

Change-Id: If4e77284a74427261eefac0e167ed42161c773f8
2013-02-21 22:54:36 +02:00
..
2012-11-29 11:27:53 +01:00
2012-12-24 18:20:24 +00:00
2012-08-21 13:58:28 +03:00

android specific code, wrapper logic and tests