blob: 7f1871a59022c2c6640a201099375c729f5e9ebe [file] [log] [blame]
Jeff Hamilton4f864362009-04-23 02:29:07 -05001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := user
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_JAVA_LIBRARIES := ext
9
10LOCAL_PACKAGE_NAME := ContactsProvider2
11LOCAL_CERTIFICATE := shared
12
13include $(BUILD_PACKAGE)
14
15# Use the following include to make our test apk.
16include $(call all-makefiles-under,$(LOCAL_PATH))