From 23caf2b14d32e18a5bb62699444da6a3928d82ef Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Tue, 30 Dec 2014 21:47:59 -0800 Subject: [PATCH] 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. --- BUILDING.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index d4ee84bcb..cea307ad0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -30,20 +30,6 @@ The following steps should help you (re)build TextSecure from the command line. ./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 ------------------------------------