blob: 79ff490bee8b37a8b81d1e43d1c6987b530030f7 [file] [log] [blame]
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru134e08c2010-01-05 16:27:28 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -08005
Jeff Hamilton0284cb82009-05-04 12:32:23 -07006# Only compile source java files in this apk.
7LOCAL_SRC_FILES := $(call all-java-files-under, src)
The Android Open Source Projectc731b0c2009-03-03 19:32:39 -08008
9LOCAL_JAVA_LIBRARIES := ext
10
11LOCAL_PACKAGE_NAME := ContactsProvider
12LOCAL_CERTIFICATE := shared
13
14include $(BUILD_PACKAGE)
Jeff Hamilton4f864362009-04-23 02:29:07 -050015
16# Use the following include to make our test apk.
17include $(call all-makefiles-under,$(LOCAL_PATH))