summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2013-06-28 20:02:54 -0700
committerRuben Brunk <rubenbrunk@google.com>2013-07-11 13:41:29 -0700
commit4b1935cdecda5fd02955b4529daf828a4353e664 (patch)
tree0e1bd57caf0c53dadd9fa299d51e3516f86054db /Android.mk
parent0372c360195f856b09c5f3679179cfdbb185e649 (diff)
downloadandroid_packages_apps_Snap-4b1935cdecda5fd02955b4529daf828a4353e664.tar.gz
android_packages_apps_Snap-4b1935cdecda5fd02955b4529daf828a4353e664.tar.bz2
android_packages_apps_Snap-4b1935cdecda5fd02955b4529daf828a4353e664.zip
Added jpeg streaming classes.
- Provides streaming operations for decompressing/compressing JPEG files. - Allows pixel operations to be performed on large JPEG images without holding the entire bitmap in memory. Change-Id: I597ddf282b59d2ba6d6bca4722208121e3728f94
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 2dd759f30..cf5b767bb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,9 +37,9 @@ LOCAL_SDK_VERSION := current
# the libraries in the APK, otherwise just put them in /system/lib and
# leave them out of the APK
ifneq (,$(TARGET_BUILD_APPS))
- LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters librsjni
+ LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters librsjni libjni_jpegstream
else
- LOCAL_REQUIRED_MODULES := libjni_eglfence libjni_filtershow_filters
+ LOCAL_REQUIRED_MODULES := libjni_eglfence libjni_filtershow_filters libjni_jpegstream
endif
LOCAL_PROGUARD_FLAG_FILES := proguard.flags