blob: e9e75150b634776866180bdd2e4dfd071d1887a4 [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 \
Katherine Kuan79700882011-06-14 17:40:33 -070012 guava \
13 android-support-v13 \
Hugo Hudsonb002f512011-07-15 17:41:12 +010014 android-support-v4 \
15 android-ex-variablespeed \
16
17LOCAL_REQUIRED_MODULES := libvariablespeed
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080018
19LOCAL_PACKAGE_NAME := Contacts
20LOCAL_CERTIFICATE := shared
21
Ying Wangf261e802010-09-29 15:23:54 -070022LOCAL_PROGUARD_FLAG_FILES := proguard.flags
Daniel Lehmann69bfe082010-03-04 21:25:03 -080023
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080024include $(BUILD_PACKAGE)
25
26# Use the folloing include to make our test apk.
27include $(call all-makefiles-under,$(LOCAL_PATH))