summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Tian <jun.j.tian@intel.com>2013-08-06 14:52:27 +0800
committerJun Tian <jun.j.tian@intel.com>2013-08-06 14:52:27 +0800
commit2d303cacaf6606f580f040a1b03feab9483e302c (patch)
treee727496f9dd83955a4dcee8a300a2cfe361c9700
parentb818e8e15a8a0d1ad1f04f01797974de138b59d1 (diff)
downloadLegacyCamera-2d303cacaf6606f580f040a1b03feab9483e302c.zip
LegacyCamera-2d303cacaf6606f580f040a1b03feab9483e302c.tar.gz
LegacyCamera-2d303cacaf6606f580f040a1b03feab9483e302c.tar.bz2
Loading the corresponding library in LegacyCamera app
The LegacyCamera app is loading wrong library in MosaicRenderer.java. It causes the camera app crash in the SDK image when changing the camera to panorma mode. Change-Id: I4c20af796622dd0e76a86ed7249d9b8fa54837b9
-rw-r--r--src/com/android/camera/panorama/MosaicRenderer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/camera/panorama/MosaicRenderer.java b/src/com/android/camera/panorama/MosaicRenderer.java
index f055c0e..f4e9abc 100644
--- a/src/com/android/camera/panorama/MosaicRenderer.java
+++ b/src/com/android/camera/panorama/MosaicRenderer.java
@@ -24,7 +24,7 @@ public class MosaicRenderer
{
static
{
- System.loadLibrary("jni_mosaic");
+ System.loadLibrary("jni_legacymosaic");
}
/**