blob: 804072e2a10758288526d51634cd15f1f551b82a [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
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))