blob: 1af02c2e97539c900508e8fd2b8648280696e53c [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
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080013include $(BUILD_PACKAGE)
14
15# Use the folloing include to make our test apk.
16include $(call all-makefiles-under,$(LOCAL_PATH))