rename included apps so that market doesn't try upgrade them
[android_pandora.git] / patches / external_custom.patch
index 87df369..83db36e 100644 (file)
@@ -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");
+     }
+     /**