android: Build native libraries also for x86
Requires an updated build script for Vstr.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
openssl
|
openssl
|
||||||
strongswan
|
strongswan
|
||||||
vstr/libvstr.a
|
|
||||||
vstr/include
|
vstr/include
|
||||||
|
vstr/*/libvstr.a
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
|||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := libvstr.a
|
LOCAL_SRC_FILES := $(TARGET_ARCH)/libvstr.a
|
||||||
|
|
||||||
LOCAL_MODULE := libvstr
|
LOCAL_MODULE := libvstr
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user