android: Build native libraries also for x86

Requires an updated build script for Vstr.
This commit is contained in:
Tobias Brunner
2013-03-20 15:24:27 +01:00
parent 51f2905d9b
commit 29d93e2470
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
openssl
strongswan
vstr/libvstr.a
vstr/include
vstr/*/libvstr.a
+3
View File
@@ -0,0 +1,3 @@
# select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs).
# Vstr has to be built accordingly first.
APP_ABI := armeabi x86
+1 -1
View File
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := libvstr.a
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvstr.a
LOCAL_MODULE := libvstr