office-gobmx/sal
Tor Lillqvist f3a78f52f1 First baby steps of proper Android "native" program support
We use the "native app glue" thing from the NDK to avoid having to
have an explicit Java wrapper. (There is one provided by the OS's
NativeActivity anyway; all Android apps are Java programs.)

For simplicity, we just #include android_native_app_glue.c in
sal/main.h. sal/main.h is included only from source files that
actually form the "main" programs for our programs anyway, I hope.

Presumably the only programs we actually want to build for Android in
this way are unit tests. Any real (or toy) LibreOffice-related Android
app would have a totally Android-specific user interface written in
Java, and just call LO libraries, I think.
2011-11-07 20:17:40 +02:00
..
cpprt
cppunittester
inc First baby steps of proper Android "native" program support 2011-11-07 20:17:40 +02:00
osl Remove obsolete IsWin95A function 2011-11-07 17:40:51 +01:00
prj
qa Added OUStringBuffer::append(char) so that b.append(' ') does what one expects. 2011-11-04 08:21:24 +01:00
rtl/source Moved sal/rtl/source string files from C to C++, for easier maintenance. 2011-11-01 17:10:15 +01:00
systools/win32
test
textenc
typesconfig
util Removed obsolete rtl/tres stuff. 2011-11-01 17:10:13 +01:00
workben
CppunitTest_sal_osl_mutex.mk
CppunitTest_sal_osl_pipe.mk
CppunitTest_sal_osl_profile.mk
CppunitTest_sal_osl_setthreadname.mk
CppunitTest_sal_rtl_math.mk
Makefile
Module_sal.mk
unosdk.mk
version.mk