summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2011-05-12 00:06:32 -0400
committerDaniel Sandler <dsandler@google.com>2011-05-26 16:02:09 -0400
commit4e1cd23a51f1d83c1fe5d3eed536641087671db7 (patch)
tree0cd8b9ad5282ef060128426f6ba9825fdd3076db /Android.mk
parent83e3868e90104b77a37adfbbf193b2e62758a17d (diff)
downloadandroid_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.gz
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.tar.bz2
android_packages_apps_Trebuchet-4e1cd23a51f1d83c1fe5d3eed536641087671db7.zip
Rocket Launcher!
This is an Android Dream, which is kind of like an interactive screensaver implemented as an Activity. The Rocket Launcher uses the Launcher's own icon cache to show the user's installed apps in hyperspace. Tap the screen to slow down to impulse power. Then, tap an icon to launch. (depends on I4559a95 for android.dreams in support lib) Change-Id: Ie6ce34ec1c863667faeada4f39b225f3946e8633
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 89e626bdd..73698a7f4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -21,7 +21,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := android-common
+LOCAL_STATIC_JAVA_LIBRARIES := android-common android-support-v13
LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-renderscript-files-under, src)