summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorLikai Ding <likaid@codeaurora.org>2013-08-19 16:33:24 +0800
committeremancebo <emancebo@cyngn.com>2014-09-04 10:40:18 -0700
commit3a90696f1ed0609449ca9adc02c931970cefd988 (patch)
tree553f245c2506b6c791a281dab865fb686be90759 /Android.mk
parent93a66b850bdb0a06ad7fda0549eb47b8123292bc (diff)
downloadandroid_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.tar.gz
android_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.tar.bz2
android_packages_apps_Gallery2-3a90696f1ed0609449ca9adc02c931970cefd988.zip
Gallery2: support live streaming and bookmarks
Users can input a URL for streaming display. URL bookmarking is supported. Change-Id: Ia69497cdcfee963ba2209119a5b9dc82b64497da
Diffstat (limited to 'Android.mk')
-rwxr-xr-x[-rw-r--r--]Android.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index cf5b767bb..328b0d5d3 100644..100755
--- a/Android.mk
+++ b/Android.mk
@@ -4,6 +4,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
+LOCAL_JAVA_LIBRARIES := telephony-common
+
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v13
LOCAL_STATIC_JAVA_LIBRARIES += com.android.gallery3d.common2
LOCAL_STATIC_JAVA_LIBRARIES += xmp_toolkit
@@ -29,9 +31,11 @@ LOCAL_AAPT_FLAGS := --auto-add-overlay
LOCAL_PACKAGE_NAME := Gallery2
+LOCAL_CERTIFICATE := platform
+
LOCAL_OVERRIDES_PACKAGES := Gallery Gallery3D GalleryNew3D
-LOCAL_SDK_VERSION := current
+#LOCAL_SDK_VERSION := current
# If this is an unbundled build (to install seprately) then include
# the libraries in the APK, otherwise just put them in /system/lib and