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

Commit bb52c49c authored by Keun young Park's avatar Keun young Park
Browse files

rename exif to exif_jni due to refactoring in external/jhead

- also pull libexif_jni from media_jni

Bug: 6623618
Change-Id: I4f06a4614c5fddcf98d95caff16a2c40f345dade
parent 059537e7
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");
        System.loadLibrary("exif_jni");
        sFormatter = new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
        sFormatter.setTimeZone(TimeZone.getTimeZone("UTC"));
    }
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ LOCAL_SHARED_LIBRARIES := \
    libexif \
    libstagefright_amrnb_common \

LOCAL_REQUIRED_MODULES := \
    libexif_jni

LOCAL_STATIC_LIBRARIES := \
    libstagefright_amrnbenc