summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Yi <byi@google.com>2014-04-29 11:34:08 -0700
committerBill Yi <byi@google.com>2014-04-29 11:34:08 -0700
commit871af5c305ce1d3087e58fae091c60c359f5fa45 (patch)
tree8ffef29e5508228e0f523f1124e693ff95c0362f
parent4cafb5414eda39f88933063d78d083d43f355d6f (diff)
parent64af6148cfd55ad55ea491473ed42c168299c94e (diff)
downloadjhead-871af5c305ce1d3087e58fae091c60c359f5fa45.tar.gz
Merge commit '64af6148cfd55ad55ea491473ed42c168299c94e' into HEADandroid-l-preview_r2l-preview
-rw-r--r--Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk
index ac3e2d5..99a1766 100644
--- a/Android.mk
+++ b/Android.mk
@@ -28,7 +28,7 @@ LOCAL_SRC_FILES:= \
jpgfile.c \
makernote.c
-LOCAL_MODULE := libexif
+LOCAL_MODULE := libjhead
LOCAL_SHARED_LIBRARIES := \
libcutils \
@@ -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)