summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2011-09-12 21:02:24 -0700
committerAdam Powell <adamp@google.com>2011-09-13 17:22:08 -0700
commit353efcf389f91927b825a1d2db18c6b6e616f25b (patch)
tree6848de64b3770d244d9aea81af165490282651a5 /Android.mk
parent6547c777c0955411f8be5dc05e3096cb6d4d8573 (diff)
downloadandroid_packages_apps_ExactCalculator-353efcf389f91927b825a1d2db18c6b6e616f25b.tar.gz
android_packages_apps_ExactCalculator-353efcf389f91927b825a1d2db18c6b6e616f25b.tar.bz2
android_packages_apps_ExactCalculator-353efcf389f91927b825a1d2db18c6b6e616f25b.zip
Convert calculator to use ViewPager for multi-page layouts.
Change-Id: Icb6b136e72cfac98119b639259818f5363be7176
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 4008d8c..4e4f40e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -19,7 +19,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
-LOCAL_STATIC_JAVA_LIBRARIES := libarity
+LOCAL_STATIC_JAVA_LIBRARIES := libarity android-support-v4
LOCAL_SRC_FILES := $(call all-java-files-under, src)
@@ -32,6 +32,7 @@ include $(BUILD_PACKAGE)
include $(CLEAR_VARS)
LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := libarity:arity-2.1.2.jar
+
include $(BUILD_MULTI_PREBUILT)
# Use the folloing include to make our test apk.