This project aims to facilitate the compilation of LTTng for Android platform. Makefiles are provided in order to build dependencies, difference LTTng projects and package/install it on your Android device.
In order to compile every LTTng package that have been ported at the moment :
- Download Android SDK
make download-sdk
and NDKmake download-ndk
. If you already have those, skip this step and fill SDK and NDK variables infill_out.mk
. - Fill the file named
fill_out.mk
with your own informations - Run the following commands
git clone git://github.com/flatzo/LTTng-Android.git
make
make package
make push-package