blob: c7e96dba23123ab1b8a926d65316fee26a925439 [file] [log] [blame]
The Android Open Source Project8533a8f2009-04-29 17:39:09 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru034030e2010-01-05 16:27:27 -08004LOCAL_MODULE_TAGS := optional
The Android Open Source Project8533a8f2009-04-29 17:39:09 -07005
Peter Visontay62a6b1f2010-11-19 13:14:13 +00006LOCAL_SRC_FILES := $(call all-java-files-under, src)
The Android Open Source Project8533a8f2009-04-29 17:39:09 -07007
Peter Visontay62a6b1f2010-11-19 13:14:13 +00008LOCAL_JAVA_LIBRARIES := ext guava
The Android Open Source Project8533a8f2009-04-29 17:39:09 -07009
10LOCAL_PACKAGE_NAME := ApplicationsProvider
11LOCAL_CERTIFICATE := shared
12
13include $(BUILD_PACKAGE)
Peter Visontay62a6b1f2010-11-19 13:14:13 +000014
15# Also build our test apk
16include $(call all-makefiles-under,$(LOCAL_PATH))