[tor-commits] [orbot/master] updated makefile

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Apr 4 03:27:24 UTC 2014


commit 1a346cf25edff4d7c821bfd1f841573ca3fbd88d
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Mar 24 14:34:20 2014 -0400

    updated makefile
---
 external/Makefile |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/external/Makefile b/external/Makefile
index 1b273cf..1d893b7 100644
--- a/external/Makefile
+++ b/external/Makefile
@@ -23,7 +23,10 @@ endif
 
 # Android NDK setup
 NDK_BASE ?= /opt/android-ndk
+NDK_PLATFORM_LEVEL ?= 5
 NDK_ABI=arm
+NDK_COMPILER_VERSION = 4.7
+NDK_SYSROOT=$(NDK_BASE)/platforms/android-$(NDK_PLATFORM_LEVEL)/arch-$(NDK_ABI)
 APP_ABI=armeabi
 # NDK platform level, aka APP_PLATFORM, is equivalent to minSdkVersion
 APP_PLATFORM := android-$(shell sed -n 's,.*android:minSdkVersion="\([0-9][0-9]*\)".*,\1,p' \





More information about the tor-commits mailing list