0
0
mirror of https://github.com/schwabe/ics-openvpn.git synced 2024-09-20 20:03:13 +02:00

Mips64 is broken

--HG--
extra : rebase_source : 6e3e62d2018aa9634dbee4172c769d9cd56bfc2f
This commit is contained in:
Arne Schwabe 2014-08-12 11:28:52 +02:00
parent deb731bba8
commit 9df108a3ad
2 changed files with 9 additions and 6 deletions

View File

@ -13,15 +13,18 @@ include snappy/Android.mk
include openssl/Android.mk
ifeq ($(TARGET_ARCH),mips)
USE_BREAKPAD=0
endif
ifeq ($(TARGET_ARCH),mips64)
USE_BREAKPAD=0
endif
ifneq ($(USE_BREAKPAD),0)
ifneq ($(TARGET_ARCH),mips)
WITH_BREAKPAD=1
include google-breakpad/android/google_breakpad/Android.mk
else
WITH_BREAKPAD=0
endif
else
WITH_BREAKPAD=0
WITH_BREAKPAD=0
endif
ifeq ($(WITH_POLAR),1)

View File

@ -1,4 +1,4 @@
APP_ABI := all
APP_ABI := arm64-v8a armeabi armeabi-v7a mips x86 x86_64
APP_PLATFORM := android-14
APP_STL:=stlport_shared