OSDN Git Service

b/2432256 Work on making children queries run asynchronously.
[android-x86/packages-apps-Calendar.git] / Android.mk
1 LOCAL_PATH:= $(call my-dir)
2 include $(CLEAR_VARS)
3
4 LOCAL_MODULE_TAGS := optional
5
6 LOCAL_SRC_FILES := $(call all-java-files-under,src)
7
8 LOCAL_SDK_VERSION := current
9
10 # TODO: Remove dependency of application on the test runner (android.test.runner)
11 # library.
12 LOCAL_JAVA_LIBRARIES := android.test.runner
13
14 LOCAL_STATIC_JAVA_LIBRARIES += android-common
15 LOCAL_STATIC_JAVA_LIBRARIES += calendar # Shared calendar code
16
17 LOCAL_PACKAGE_NAME := Calendar
18
19 include $(BUILD_PACKAGE)
20
21 # Use the following include to make our test apk.
22 include $(call all-makefiles-under,$(LOCAL_PATH))