summaryrefslogtreecommitdiffstats
path: root/jni_jpegstream/Android.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-08-12 20:51:28 -0700
committerYing Wang <wangying@google.com>2013-08-12 20:58:35 -0700
commit366c2ed307e91ad1fa22554cff3a95c50c12402e (patch)
tree192b515b8752f148a390173276af692fa80c135b /jni_jpegstream/Android.mk
parentc20802f0342125eea7d50cb313678faf5e16ca0e (diff)
downloadandroid_packages_apps_Gallery2-366c2ed307e91ad1fa22554cff3a95c50c12402e.tar.gz
android_packages_apps_Gallery2-366c2ed307e91ad1fa22554cff3a95c50c12402e.tar.bz2
android_packages_apps_Gallery2-366c2ed307e91ad1fa22554cff3a95c50c12402e.zip
Remove the unused libcutils.
Change-Id: I91b3143f0959e194b71c66ef79f37c35f7a29499
Diffstat (limited to 'jni_jpegstream/Android.mk')
-rw-r--r--jni_jpegstream/Android.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/jni_jpegstream/Android.mk b/jni_jpegstream/Android.mk
index de11733f8..2a09fb5d9 100644
--- a/jni_jpegstream/Android.mk
+++ b/jni_jpegstream/Android.mk
@@ -13,10 +13,6 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH) \
external/jpeg
LOCAL_SHARED_LIBRARIES := libjpeg
-ifeq (,$(TARGET_BUILD_APPS))
- # platform build
- LOCAL_SHARED_LIBRARIES := libcutils
-endif
LOCAL_LDFLAGS := -llog
LOCAL_SDK_VERSION := 9