commit | 5dc3b4f80f38c0d48601f66c2c0e551474a7f8ad | [log] [tgz] |
---|---|---|
author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
tree | f2f18b315ac3baf7b94334ec2c431d03c81e00f0 |
Initial Contribution
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..777b053 --- /dev/null +++ b/Android.mk
@@ -0,0 +1,14 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := user development + +LOCAL_SRC_FILES := $(call all-java-files-under, src) + +LOCAL_PACKAGE_NAME := Contacts +LOCAL_CERTIFICATE := shared + +include $(BUILD_PACKAGE) + +# Use the folloing include to make our test apk. +include $(call all-makefiles-under,$(LOCAL_PATH))