blob: 1c9dcc4753e3c92b7ac053507cebdb029c6ce6ce [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
Jeff Sharkeycde73892011-04-07 00:48:02 -07008LOCAL_STATIC_JAVA_LIBRARIES := \
9 com.android.phone.common \
10 com.android.vcard \
11 android-common \
12 guava
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080013
14LOCAL_PACKAGE_NAME := Contacts
15LOCAL_CERTIFICATE := shared
16
Ying Wangf261e802010-09-29 15:23:54 -070017LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Daniel Lehmann69bfe082010-03-04 21:25:03 -080018
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080019include $(BUILD_PACKAGE)
20
21# Use the folloing include to make our test apk.
22include $(call all-makefiles-under,$(LOCAL_PATH))