blob: c29c90dcd556d599af055a8303c9df662afd257b [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 \
Chiao Chenga2180f32012-08-17 16:23:35 -070011 com.android.phone.shared \
Jeff Sharkeycde73892011-04-07 00:48:02 -070012 com.android.vcard \
13 android-common \
Katherine Kuan79700882011-06-14 17:40:33 -070014 guava \
15 android-support-v13 \
Hugo Hudsonb002f512011-07-15 17:41:12 +010016 android-support-v4 \
17 android-ex-variablespeed \
18
19LOCAL_REQUIRED_MODULES := libvariablespeed
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080020
21LOCAL_PACKAGE_NAME := Contacts
22LOCAL_CERTIFICATE := shared
23
Ying Wangf261e802010-09-29 15:23:54 -070024LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Daniel Lehmann69bfe082010-03-04 21:25:03 -080025
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080026include $(BUILD_PACKAGE)
27
28# Use the folloing include to make our test apk.
29include $(call all-makefiles-under,$(LOCAL_PATH))