commit | 0f58cfe01bb0f491330f7dcf85d54d0081459b57 | [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 | c27bb62da8008501f3ccfd2f35d7afb50f8a5937 |
Initial Contribution
diff --git a/Android.mk b/Android.mk new file mode 100644 index 0000000..8b34359 --- /dev/null +++ b/Android.mk
@@ -0,0 +1,13 @@ +LOCAL_PATH:= $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := user development + +LOCAL_SRC_FILES := $(call all-subdir-java-files) + +LOCAL_JAVA_LIBRARIES := ext + +LOCAL_PACKAGE_NAME := ContactsProvider +LOCAL_CERTIFICATE := shared + +include $(BUILD_PACKAGE)