blob: 0f0aa2a214c99a11b9f8a54d93bf2785086b424c [file] [log] [blame]
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queruac600532010-01-05 16:27:23 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08005
6LOCAL_SRC_FILES := $(call all-java-files-under, src)
7
Nicolas Catania8fd1a862009-11-02 14:35:17 -08008LOCAL_STATIC_JAVA_LIBRARIES := googlelogin-client \
9 com.android.phone.common
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010
11LOCAL_PACKAGE_NAME := Contacts
12LOCAL_CERTIFICATE := shared
13
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080014include $(BUILD_PACKAGE)
15
16# Use the folloing include to make our test apk.
17include $(call all-makefiles-under,$(LOCAL_PATH))