Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Rename libexif to libjhead, since that's what it is
Browse files Browse the repository at this point in the history
b/12203995
Change-Id: Ide9dfc4a6486fb8ae66724099bc7f3d4083d13c7
  • Loading branch information
marcone committed Mar 7, 2014
1 parent 31b17e6 commit acbfc9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Android.mk
Expand Up @@ -28,7 +28,7 @@ LOCAL_SRC_FILES:= \
jpgfile.c \
makernote.c

LOCAL_MODULE := libexif
LOCAL_MODULE := libjhead

LOCAL_SHARED_LIBRARIES := \
libcutils \
Expand All @@ -50,14 +50,14 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES:= \
main.c

LOCAL_MODULE := libexif_jni
LOCAL_MODULE := libjhead_jni

LOCAL_SHARED_LIBRARIES := \
libnativehelper \
libcutils \
libutils \
liblog \
libexif
libjhead

include $(BUILD_SHARED_LIBRARY)

Expand Down

0 comments on commit acbfc9c

Please sign in to comment.