update for new joint arm+x86 build release

This commit is contained in:
Nathan Freitas 2016-11-03 17:28:01 -04:00
parent 2a0145693d
commit 0efbb1729e
3 changed files with 4 additions and 4 deletions

2
external/Makefile vendored
View File

@ -23,7 +23,7 @@ endif
# Android NDK setup
ANDROID_NDK_HOME ?= /opt/android-ndk
NDK_PLATFORM_LEVEL ?= 21
NDK_PLATFORM_LEVEL ?= 16
NDK_TOOLCHAIN_VERSION=4.9
APP_ABI ?= armeabi
NDK_ABI ?= $(APP_ABI)

View File

@ -134,7 +134,7 @@ public interface TorServiceConstants {
public static final String CMD_SET_EXIT = "setexit";
public static final String BINARY_TOR_VERSION = "0.2.8.9a";
public static final String BINARY_TOR_VERSION = "0.2.8.9armx86";
public static final String PREF_BINARY_TOR_VERSION_INSTALLED = "BINARY_TOR_VERSION_INSTALLED";
//obfsproxy

View File

@ -1,4 +1,4 @@
APP_ABI := armeabi armeabi-v7a arm64-v8a
APP_PLATFORM := android-23
APP_ABI := armeabi armeabi-v7a arm64-v8a x86
APP_PLATFORM := android-16
APP_STL := stlport_static
NDK_TOOLCHAIN_VERSION := 4.9