X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=patches%2Fexternal_custom.patch;fp=patches%2Fexternal_custom.patch;h=0000000000000000000000000000000000000000;hb=b2264797ed2bbe73d3e1a5b653342382c8dd88d1;hp=83db36e3bf641b2f00e91b4ec9d557021bb0c653;hpb=2a8614ac536a6b0f83c7f83cd6eaf304807a56fd;p=android_pandora.git diff --git a/patches/external_custom.patch b/patches/external_custom.patch deleted file mode 100644 index 83db36e..0000000 --- a/patches/external_custom.patch +++ /dev/null @@ -1,50 +0,0 @@ - -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..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 - -+LOCAL_SHARED_LIBRARIES := liblog -+LOCAL_PRELINK_MODULE := false -+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"); - } - - /**