From d6fc599a25ac5706b6179ba49ee2ce4331bc2b93 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 19 Oct 2014 21:24:09 +0200 Subject: Fix redirect-gateway if /proc/net/route cannot be read --- main/misc/build-native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/misc/build-native.sh') diff --git a/main/misc/build-native.sh b/main/misc/build-native.sh index f27384cd..7382efc9 100755 --- a/main/misc/build-native.sh +++ b/main/misc/build-native.sh @@ -23,7 +23,7 @@ if [ -d openvpn/.git ]; then fi if [ "x$1" = "x" ]; then - ndk-build APP_API=all -j 8 + ndk-build -j 8 USE_BREAKPAD=0 else ndk-build $@ fi -- cgit v1.2.3