From 4a107483c169680ccf266876770cbd2948dbfb1d Mon Sep 17 00:00:00 2001 From: agrajaghh Date: Mon, 1 Dec 2014 16:09:55 +0100 Subject: [PATCH] path changed: library -> libaxolotl --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 275ae72ff4..d4ee84bcbd 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -33,13 +33,13 @@ The following steps should help you (re)build TextSecure from the command line. Re-building native components ----------------------------- -Note: This step is optional; native components are contained as binaries (see [library/libs](library/libs)). +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 library + cd libaxolotl ndk-build Afterwards, execute Gradle as above to re-create the APK.