blob: d574b3f712650039f19368a7ae390119261db530 [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 Hamiltond75c7772010-02-05 17:50:26 -06008LOCAL_STATIC_JAVA_LIBRARIES := com.android.phone.common
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -08009
10LOCAL_PACKAGE_NAME := Contacts
11LOCAL_CERTIFICATE := shared
12
Daniel Lehmann69bfe082010-03-04 21:25:03 -080013LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
14
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080015include $(BUILD_PACKAGE)
16
17# Use the folloing include to make our test apk.
18include $(call all-makefiles-under,$(LOCAL_PATH))