Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 233e7e9f authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 98a6bcf4: Merge "ExifInterface: fix class load failure" into klp-dev

* commit '98a6bcf4':
  ExifInterface: fix class load failure
parents 278fa87c 98a6bcf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class ExifInterface {
    private static SimpleDateFormat sFormatter;

    static {
        System.loadLibrary("exif_jni");
        System.loadLibrary("jhead_jni");
        sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
        sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
    }