summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:18 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:32:18 -0800
commit146de36083f6ce8b7e8a1f974d3990594a36bfec (patch)
tree26291db8f35326f89276b7f51dda5b5b4e78f070 /Android.mk
parent2cb8df4a54d65554c34faa79d8b2a46a86ff7b52 (diff)
downloadandroid_packages_apps_Calendar-146de36083f6ce8b7e8a1f974d3990594a36bfec.tar.gz
android_packages_apps_Calendar-146de36083f6ce8b7e8a1f974d3990594a36bfec.tar.bz2
android_packages_apps_Calendar-146de36083f6ce8b7e8a1f974d3990594a36bfec.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
new file mode 100644
index 00000000..68ea41f2
--- /dev/null
+++ b/Android.mk
@@ -0,0 +1,19 @@
+LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+
+LOCAL_MODULE_TAGS := user
+
+LOCAL_SRC_FILES := $(call all-java-files-under,src)
+
+# TODO: Remove dependency of application on the test runner (android.test.runner)
+# library.
+LOCAL_JAVA_LIBRARIES := android.test.runner
+
+LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
+
+LOCAL_PACKAGE_NAME := Calendar
+
+include $(BUILD_PACKAGE)
+
+# Use the following include to make our test apk.
+include $(call all-makefiles-under,$(LOCAL_PATH))