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:
@@ -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"));
|
||||
}
|
||||
|
||||
@@ -37,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libexif \
|
||||
libstagefright_amrnb_common \
|
||||
|
||||
LOCAL_REQUIRED_MODULES := \
|
||||
libexif_jni
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libstagefright_amrnbenc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user