blob: 6a84c0cd1fb8c61ab7fc1841c0a693202471ce93 [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := user development
5
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
8LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
9
10LOCAL_PACKAGE_NAME := Contacts
11LOCAL_CERTIFICATE := shared
12
13LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client
14
15include $(BUILD_PACKAGE)
16
17# Use the folloing include to make our test apk.
18include $(call all-makefiles-under,$(LOCAL_PATH))