summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-09-23 15:02:56 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-24 13:36:40 -0700
commit2cc6e35b284578b646d9dfad57496257aa2a5945 (patch)
tree1f3d0306a39627459c541258b3976380270919f3 /Android.mk
parentab1f41e4494426f835319fa2b1e1ee2a74034b34 (diff)
downloadandroid_packages_apps_Snap-2cc6e35b284578b646d9dfad57496257aa2a5945.tar.gz
android_packages_apps_Snap-2cc6e35b284578b646d9dfad57496257aa2a5945.tar.bz2
android_packages_apps_Snap-2cc6e35b284578b646d9dfad57496257aa2a5945.zip
The trimming solution with the mp4parser library.
bug:7093055 Change-Id: I598a81d80c9c5107696f3af7761207e3ec88f3ff
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 570b46f30..5029a9065 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,7 +5,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
-LOCAL_STATIC_JAVA_LIBRARIES += com.android.gallery3d.common2
+LOCAL_STATIC_JAVA_LIBRARIES += com.android.gallery3d.common2
+LOCAL_STATIC_JAVA_LIBRARIES += mp4parser
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_SRC_FILES += $(call all-java-files-under, src_pd)