summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:50 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 18:28:50 -0800
commitcefa28cded1cd8d1af1a27ee934aedc65394b8dd (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /Android.mk
parentcfc3a14d5489784c1836ee3faefa14d31841fb2b (diff)
downloadpackages_apps_Contacts-cefa28cded1cd8d1af1a27ee934aedc65394b8dd.tar.gz
packages_apps_Contacts-cefa28cded1cd8d1af1a27ee934aedc65394b8dd.tar.bz2
packages_apps_Contacts-cefa28cded1cd8d1af1a27ee934aedc65394b8dd.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/Android.mk b/Android.mk
deleted file mode 100644
index 6a84c0cd1..000000000
--- a/Android.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-LOCAL_PATH:= $(call my-dir)
-include $(CLEAR_VARS)
-
-LOCAL_MODULE_TAGS := user development
-
-LOCAL_SRC_FILES := $(call all-java-files-under, src)
-
-LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
-
-LOCAL_PACKAGE_NAME := Contacts
-LOCAL_CERTIFICATE := shared
-
-LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
-
-include $(BUILD_PACKAGE)
-
-# Use the folloing include to make our test apk.
-include $(call all-makefiles-under,$(LOCAL_PATH))