blob: 67859bd710806524dbe67f40073d23dcc415fa22 [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
Wink Saville49e63562012-06-13 06:54:46 -07008LOCAL_JAVA_LIBRARIES := telephony-common
Jeff Sharkeycde73892011-04-07 00:48:02 -07009LOCAL_STATIC_JAVA_LIBRARIES := \
10 com.android.phone.common \
11 com.android.vcard \
12 android-common \
Katherine Kuan79700882011-06-14 17:40:33 -070013 guava \
14 android-support-v13 \
Hugo Hudsonb002f512011-07-15 17:41:12 +010015 android-support-v4 \
16 android-ex-variablespeed \
17
18LOCAL_REQUIRED_MODULES := libvariablespeed
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080019
20LOCAL_PACKAGE_NAME := Contacts
21LOCAL_CERTIFICATE := shared
22
Ying Wangf261e802010-09-29 15:23:54 -070023LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Daniel Lehmann69bfe082010-03-04 21:25:03 -080024
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080025include $(BUILD_PACKAGE)
26
27# Use the folloing include to make our test apk.
28include $(call all-makefiles-under,$(LOCAL_PATH))