Further automatizations
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
|
||||
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
ifeq ($(TARGET_ARCH),arm)
|
||||
@@ -17,7 +15,7 @@ LOCAL_SHARED_LIBRARIES :=
|
||||
|
||||
LOCAL_LDLIBS :=
|
||||
|
||||
LOCAL_SRC_FILES = libpython3.5m.so
|
||||
LOCAL_SRC_FILES = lib/libpython3.5m.so
|
||||
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
@@ -34,9 +32,9 @@ LOCAL_STATIC_LIBRARIES :=
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := python3.5m
|
||||
|
||||
LOCAL_LDLIBS :=
|
||||
LOCAL_LDLIBS :=
|
||||
|
||||
LOCAL_SRC_FILES = libpython3.so
|
||||
LOCAL_SRC_FILES = lib/libpython3.so
|
||||
|
||||
include $(PREBUILT_SHARED_LIBRARY)
|
||||
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
|
||||
#ARCH_LIST="arm64-v8a x86 mips armeabi-v7a armeabi"
|
||||
|
||||
ARCH_LIST="arm x86 mips"
|
||||
#ARCH_LIST="arm x86 mips"
|
||||
ARCH_LIST="arm"
|
||||
|
||||
mkdir -p build
|
||||
|
||||
@@ -25,5 +26,8 @@ for PID in $PIDS; do
|
||||
done
|
||||
|
||||
# Provide includes for the to be built apps
|
||||
#rm -rf include
|
||||
rm include
|
||||
rm lib
|
||||
ln -s python3-android/build/13b-23-arm-linux-androideabi-4.9/include include
|
||||
ln -s python3-android/build/13b-23-arm-linux-androideabi-4.9/lib lib
|
||||
#cp -r -L build/armeabi-v7a/include ./ || exit 1
|
||||
|
||||
Reference in New Issue
Block a user