]> git.tdb.fi Git - builder.git/commit
Rudimentary support for compiling things for Android
authorMikko Rasa <tdb@tdb.fi>
Fri, 3 Oct 2014 23:08:48 +0000 (02:08 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 3 Oct 2014 23:08:48 +0000 (02:08 +0300)
commitcee450d7cc932811b0d119a132bc9981eb480584
treee1ea66b85639301717265bcb587de4c7293292b3
parent6c2db179b5d94ddc32ba1a9b631d59d056e594fc
Rudimentary support for compiling things for Android

At the moment programs are compiled as if for a desktop system.  Creating
graphical applications in this way is difficult, as it requires different
build rules to compile the application code as a .so and some boilerplate
to wrap it in a .apk with a NativeActivity.
12 files changed:
builderrc
source/androidccompiler.cpp [new file with mode: 0644]
source/androidccompiler.h [new file with mode: 0644]
source/androidcxxcompiler.cpp [new file with mode: 0644]
source/androidcxxcompiler.h [new file with mode: 0644]
source/androidlinker.cpp [new file with mode: 0644]
source/androidlinker.h [new file with mode: 0644]
source/androidtools.cpp [new file with mode: 0644]
source/androidtools.h [new file with mode: 0644]
source/architecture.cpp
source/architecture.h
source/builder.cpp