Build native code for multiple architectures.

* Include native libs without requiring intermediate .jar.
 * Fix build warnings; use latest build tools.
This commit is contained in:
Florian Walch
2014-02-25 09:35:55 +01:00
committed by Moxie Marlinspike
parent 977765c80f
commit 1ddc45fd9c
5 changed files with 20 additions and 5 deletions

View File

@@ -6,3 +6,17 @@ Building TextSecure
Execute Gradle:
./gradlew build
Re-building native components
-----------------------------
Note: This step is optional; native components are contained as binaries (see [library/libs](library/libs)).
1. Ensure that the Android NDK is installed.
Execute ndk-build:
cd library
ndk-build
Afterwards, execute Gradle as above to re-create the APK.