summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authoryingying <yingying@codeaurora.org>2013-12-30 03:53:21 -0500
committerSteve Kondik <steve@cyngn.com>2015-10-18 13:52:39 -0700
commite0978b2e507b21692d70886dd6437ad8762d0221 (patch)
tree58a44d7f7b892f3781927ef9718c3dde96fd732d /Android.mk
parent52463f36899c9051c42ac784077e514864e52373 (diff)
downloadandroid_packages_apps_Calendar-e0978b2e507b21692d70886dd6437ad8762d0221.tar.gz
android_packages_apps_Calendar-e0978b2e507b21692d70886dd6437ad8762d0221.tar.bz2
android_packages_apps_Calendar-e0978b2e507b21692d70886dd6437ad8762d0221.zip
Calendar: Support display the lunar info.
- It will show the lunar info on the Month, Week and Day view. - If the current displayed language is not Chinese, it will not show the lunar info for on these views. Change-Id: I1aeb4bc27dbdd127e69ceb0bf50abc1509cf4bb2
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c7623c31..13a90809 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,7 +13,8 @@ LOCAL_EMMA_COVERAGE_FILTER := +com.android.calendar.*
LOCAL_MODULE_TAGS := optional
-LOCAL_SRC_FILES := $(call all-java-files-under,$(src_dirs))
+LOCAL_SRC_FILES := $(call all-java-files-under,$(src_dirs)) \
+ src/com/android/lunar/ILunarService.aidl
# bundled
#LOCAL_STATIC_JAVA_LIBRARIES += \