The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Jean-Baptiste Queru | ac60053 | 2010-01-05 16:27:23 -0800 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 5 | |
| 6 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
| 7 | |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 8 | LOCAL_STATIC_JAVA_LIBRARIES := \ |
| 9 | com.android.phone.common \ |
| 10 | com.android.vcard \ |
| 11 | android-common \ |
Katherine Kuan | 7970088 | 2011-06-14 17:40:33 -0700 | [diff] [blame] | 12 | guava \ |
| 13 | android-support-v13 \ |
Hugo Hudson | b002f51 | 2011-07-15 17:41:12 +0100 | [diff] [blame] | 14 | android-support-v4 \ |
| 15 | android-ex-variablespeed \ |
| 16 | |
| 17 | LOCAL_REQUIRED_MODULES := libvariablespeed |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 18 | |
| 19 | LOCAL_PACKAGE_NAME := Contacts |
| 20 | LOCAL_CERTIFICATE := shared |
| 21 | |
Ying Wang | f261e80 | 2010-09-29 15:23:54 -0700 | [diff] [blame] | 22 | LOCAL_PROGUARD_FLAG_FILES := proguard.flags |
Daniel Lehmann | 69bfe08 | 2010-03-04 21:25:03 -0800 | [diff] [blame] | 23 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 24 | include $(BUILD_PACKAGE) |
| 25 | |
| 26 | # Use the folloing include to make our test apk. |
| 27 | include $(call all-makefiles-under,$(LOCAL_PATH)) |