am fca9ff38: Merge "rename exif to exif_jni due to refactoring in external/jhead" into jb-dev

* commit 'fca9ff387178b4d3c4205427e2d52ef4a5996fe2':
  rename exif to exif_jni due to refactoring in external/jhead
This commit is contained in:
Keun young Park
2012-06-07 16:34:36 -07:00
committed by Android Git Automerger
2 changed files with 4 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ public class ExifInterface {
private static SimpleDateFormat sFormatter;
static {
System.loadLibrary("exif");
System.loadLibrary("exif_jni");
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
}

View File

@@ -37,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
libexif \
libstagefright_amrnb_common \
LOCAL_REQUIRED_MODULES := \
libexif_jni
LOCAL_STATIC_LIBRARIES := \
libstagefright_amrnbenc