diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-10-19 21:24:09 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-10-19 21:24:09 +0200 |
commit | d6fc599a25ac5706b6179ba49ee2ce4331bc2b93 (patch) | |
tree | dc019ab0d77fa1914e3faa369a2f0d4a8d13b75a /main/misc/build-native.sh | |
parent | cfc02dd036561460dbb88ed371998704c4d5842f (diff) |
Fix redirect-gateway if /proc/net/route cannot be read
Diffstat (limited to 'main/misc/build-native.sh')
-rwxr-xr-x | main/misc/build-native.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |