summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream/Android.mk
diff options
context:
space:
mode:
authorKévin PETIT <kevin.petit@arm.com>2014-02-07 16:43:56 +0000
committerKévin PETIT <kevin.petit@arm.com>2014-03-05 12:47:36 +0000
commita2818d95445cde63d679e5678803417c475fc719 (patch)
treec525fbd082aff9936b0e43b5956a9eb9a763624b /jni_jpegstream/Android.mk
parente9c89c814c97a74456ad1bf8d4c32a983663924c (diff)
downloadandroid_packages_apps_Gallery2-a2818d95445cde63d679e5678803417c475fc719.tar.gz
android_packages_apps_Gallery2-a2818d95445cde63d679e5678803417c475fc719.tar.bz2
android_packages_apps_Gallery2-a2818d95445cde63d679e5678803417c475fc719.zip
A couple of fixes
- using LDFLAGS doesn't pull the required dependencies, move to using LOCAL_SHARED_LIBRARIES - eliminate 'implicit declaration' warnings Change-Id: I57f6feca6bfcf8b2e9d439462a33c9757cdde07d Signed-off-by: Marcus Oakland <marcus.oakland@arm.com> Signed-off-by: Kévin PETIT <kevin.petit@arm.com>
Diffstat (limited to 'jni_jpegstream/Android.mk')
-rw-r--r--jni_jpegstream/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/jni_jpegstream/Android.mk b/jni_jpegstream/Android.mk
index 2a09fb5d9..96cc7ec65 100644
--- a/jni_jpegstream/Android.mk
+++ b/jni_jpegstream/Android.mk
@@ -12,9 +12,8 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \
$(LOCAL_PATH)/src \
external/jpeg
-LOCAL_SHARED_LIBRARIES := libjpeg
+LOCAL_SHARED_LIBRARIES := libjpeg liblog
-LOCAL_LDFLAGS := -llog
LOCAL_SDK_VERSION := 9
LOCAL_ARM_MODE := arm