Build libs, fixed so library name

Tested and terminal works now even without Kali

Signed-off-by: binkybear <binkybear@nethunter.com>
This commit is contained in:
binkybear 2017-09-01 08:31:38 -05:00
parent 54bbdd1968
commit fb2ee1f288
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ android {
targetSdkVersion 26 targetSdkVersion 26
ndk { ndk {
moduleName "libjackpal-androidterm5" moduleName "libjackpal-androidterm5nhj1"
abiFilters 'armeabi', 'arm64-v8a', 'armeabi-v7a', 'x86' abiFilters 'armeabi', 'arm64-v8a', 'armeabi-v7a', 'x86'
ldLibs 'log', 'c' ldLibs 'log', 'c'
} }

View File

@ -2,7 +2,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
# This is the target being built. # This is the target being built.
LOCAL_MODULE:= libjackpal-androidterm5 #LOCAL_MODULE:= libjackpal-androidterm5
LOCAL_MODULE:= libjackpal-androidterm5nhj1
# All of the source files that we will compile. # All of the source files that we will compile.
LOCAL_SRC_FILES:= \ LOCAL_SRC_FILES:= \