summaryrefslogtreecommitdiffstats
path: root/emailsync
diff options
context:
space:
mode:
authorYu Ping Hu <yph@google.com>2013-03-14 19:58:21 -0700
committerYu Ping Hu <yph@google.com>2013-03-19 19:45:52 -0700
commit9ae81e2af07219bfad26c882516343e83c16d926 (patch)
tree5360b59ff5893ebec71d827539970833640832c2 /emailsync
parent24e165323e5a1d834dba1e0cef0677302e41b5ec (diff)
downloadandroid_packages_apps_Email-9ae81e2af07219bfad26c882516343e83c16d926.tar.gz
android_packages_apps_Email-9ae81e2af07219bfad26c882516343e83c16d926.tar.bz2
android_packages_apps_Email-9ae81e2af07219bfad26c882516343e83c16d926.zip
Move system folder string resources to emailcommon.
This permits us to move shared code for looking up system folder names to emailcommon, which is also in this change. Also renames emailcommon2 to emailcommon. This is part of a multi-project submit with I4a071a07c3e33aaa4ea404eb66a8db1eabc9ef0e and I5746c0353783f9b29d52d6540472588c6542a6a2. Bug: 8383232 Change-Id: I6c6eec4f1bcf2abd54c1ed05da1add8d894ee403
Diffstat (limited to 'emailsync')
-rw-r--r--emailsync/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailsync/Android.mk b/emailsync/Android.mk
index 0076c5d72..5f18d175d 100644
--- a/emailsync/Android.mk
+++ b/emailsync/Android.mk
@@ -23,7 +23,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE := com.android.emailsync
LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/emailsync)
-LOCAL_STATIC_JAVA_LIBRARIES := com.android.emailcommon2
+LOCAL_STATIC_JAVA_LIBRARIES := com.android.emailcommon
LOCAL_SDK_VERSION := 14