We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 839fd41 + bb52c49 commit fca9ff3Copy full SHA for fca9ff3
media/java/android/media/ExifInterface.java
@@ -98,7 +98,7 @@ public class ExifInterface {
98
private static SimpleDateFormat sFormatter;
99
100
static {
101
- System.loadLibrary("exif");
+ System.loadLibrary("exif_jni");
102
sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
103
sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
104
}
media/jni/Android.mk
@@ -37,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
37
libexif \
38
libstagefright_amrnb_common \
39
40
+LOCAL_REQUIRED_MODULES := \
41
+ libexif_jni
42
+
43
LOCAL_STATIC_LIBRARIES := \
44
libstagefright_amrnbenc
45
0 commit comments