blob: a570324d5513899805fb8d5aecb58e57cbd9b1e4 [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
The Android Open Source Project1f620962009-03-09 11:52:14 -07004LOCAL_MODULE_TAGS := user
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08005
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))