blob: 7a35bf3ca3a96c98d5bc757cfda29b2d721f7b75 [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
Doug Zongker25910b42010-01-21 14:36:29 -08008LOCAL_STATIC_JAVA_LIBRARIES := gsf-client \
Nicolas Catania8fd1a862009-11-02 14:35:17 -08009 com.android.phone.common
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080010
11LOCAL_PACKAGE_NAME := Contacts
12LOCAL_CERTIFICATE := shared
13
The Android Open Source Project7aa0e4c2009-03-03 19:32:21 -080014include $(BUILD_PACKAGE)
15
16# Use the folloing include to make our test apk.
17include $(call all-makefiles-under,$(LOCAL_PATH))