Merge "rename exif to exif_jni due to refactoring in external/jhead" into jb-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
fca9ff3871
@@ -98,7 +98,7 @@ public class ExifInterface {
|
|||||||
private static SimpleDateFormat sFormatter;
|
private static SimpleDateFormat sFormatter;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("exif");
|
System.loadLibrary("exif_jni");
|
||||||
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
|
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
|
||||||
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
|
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
|
|||||||
libexif \
|
libexif \
|
||||||
libstagefright_amrnb_common \
|
libstagefright_amrnb_common \
|
||||||
|
|
||||||
|
LOCAL_REQUIRED_MODULES := \
|
||||||
|
libexif_jni
|
||||||
|
|
||||||
LOCAL_STATIC_LIBRARIES := \
|
LOCAL_STATIC_LIBRARIES := \
|
||||||
libstagefright_amrnbenc
|
libstagefright_amrnbenc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user