X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=blobdiff_plain;f=patches%2Fexternal_custom.patch;h=83db36e3bf641b2f00e91b4ec9d557021bb0c653;hp=87df369e62e4b98d259d4294832fb4be910e0be9;hb=0a4482def439bc61b033923fa9f9ef1c2e96a89a;hpb=a22e4567146cae9184c4ad661267826f8fc7ec3f diff --git a/patches/external_custom.patch b/patches/external_custom.patch index 87df369..83db36e 100644 --- a/patches/external_custom.patch +++ b/patches/external_custom.patch @@ -1,9 +1,31 @@ project external_custom/android-terminal-emulator/ +diff --git a/external_custom/android-terminal-emulator/Android.mk b/external_custom/android-terminal-emulator/Android.mk +index 6f95cb4..a9ece36 100644 +--- a/external_custom/android-terminal-emulator/Android.mk ++++ b/external_custom/android-terminal-emulator/Android.mk +@@ -30,7 +30,7 @@ LOCAL_PACKAGE_NAME := AndroidTerm + + LOCAL_MODULE_TAGS := optional + +-LOCAL_JNI_SHARED_LIBRARIES := libjackpal-androidterm3 ++LOCAL_JNI_SHARED_LIBRARIES := libjackpal-androidterm3-pnd + + include $(BUILD_PACKAGE) + diff --git a/external_custom/android-terminal-emulator/jni/Android.mk b/external_custom/android-terminal-emulator/jni/Android.mk -index da25a8f..bfbd384 100644 +index da25a8f..eaa764c 100644 --- a/external_custom/android-terminal-emulator/jni/Android.mk +++ b/external_custom/android-terminal-emulator/jni/Android.mk +@@ -21,7 +21,7 @@ LOCAL_PATH:= $(call my-dir) + include $(CLEAR_VARS) + + # This is the target being built. +-LOCAL_MODULE:= libjackpal-androidterm3 ++LOCAL_MODULE:= libjackpal-androidterm3-pnd + + # All of the source files that we will compile. + LOCAL_SRC_FILES:= \ @@ -29,4 +29,8 @@ LOCAL_SRC_FILES:= \ LOCAL_LDLIBS := -ldl -llog @@ -13,3 +35,16 @@ index da25a8f..bfbd384 100644 +LOCAL_MODULE_TAGS := optional + include $(BUILD_SHARED_LIBRARY) +diff --git a/external_custom/android-terminal-emulator/src/jackpal/androidterm/Exec.java b/external_custom/android-terminal-emulator/src/jackpal/androidterm/Exec.java +index b2f342f..9bad15f 100644 +--- a/external_custom/android-terminal-emulator/src/jackpal/androidterm/Exec.java ++++ b/external_custom/android-terminal-emulator/src/jackpal/androidterm/Exec.java +@@ -30,7 +30,7 @@ import java.io.FileDescriptor; + public class Exec + { + static { +- System.loadLibrary("jackpal-androidterm3"); ++ System.loadLibrary("jackpal-androidterm3-pnd"); + } + + /**