Android.mk 446 Bytes
Newer Older
1 2 3
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

4 5
LOCAL_EMMA_COVERAGE_FILTER := +com.android.calendar.*

6
LOCAL_MODULE_TAGS := optional
7 8 9

LOCAL_SRC_FILES := $(call all-java-files-under,src)

10
LOCAL_STATIC_JAVA_LIBRARIES += android-common guava
11

12 13
LOCAL_PACKAGE_NAME := Calendar

14 15
LOCAL_PROGUARD_FLAG_FILES := proguard.flags

16 17 18 19
include $(BUILD_PACKAGE)

# Use the following include to make our test apk.
include $(call all-makefiles-under,$(LOCAL_PATH))