Remove native components from build instructions

Native components were split out into the libaxolotl-android repository
in 1833e57, so these instructions are no longer relevant.
fork-5.53.8
Jonathan Boulle 2014-12-30 21:47:59 -08:00
rodzic 562520a4bb
commit 23caf2b14d
1 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -30,20 +30,6 @@ The following steps should help you (re)build TextSecure from the command line.
./gradlew build ./gradlew build
Re-building native components
-----------------------------
Note: This step is optional; native components are contained as binaries (see [libaxolotl/libs](libaxolotl/libs)).
1. Ensure that the Android NDK is installed.
Execute ndk-build:
cd libaxolotl
ndk-build
Afterwards, execute Gradle as above to re-create the APK.
Setting up a development environment Setting up a development environment
------------------------------------ ------------------------------------