summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMakoto Onuki <omakoto@google.com>2010-09-09 10:43:18 -0700
committerMakoto Onuki <omakoto@google.com>2010-09-09 10:46:52 -0700
commit697f98aea5a8344a17ca5e9b0410d484fdce6555 (patch)
treed08d6c4d7967ca01b0a9132c88e220e7a6c41140 /Android.mk
parentffee97985c79c8e3008019f2d273a92acfe51ff5 (diff)
downloadandroid_packages_apps_Email-697f98aea5a8344a17ca5e9b0410d484fdce6555.tar.gz
android_packages_apps_Email-697f98aea5a8344a17ca5e9b0410d484fdce6555.tar.bz2
android_packages_apps_Email-697f98aea5a8344a17ca5e9b0410d484fdce6555.zip
Cleanups for unbundling
* android.security is hidden. Use java.security.MessageDigest instead. * Remove android-common from makefile (we no longer use it) * Add LOCAL_SDK_VERSION to makefile and comment it out Change-Id: I7f9a021387d5c4e47ade1adb0bb75bec82ba0dd8
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 da7fc5c81..5707fe2ed 100644
--- a/Android.mk
+++ b/Android.mk
@@ -24,7 +24,8 @@ LOCAL_SRC_FILES += \
src/com/android/email/service/IEmailServiceCallback.aidl
# EXCHANGE-REMOVE-SECTION-END
-LOCAL_STATIC_JAVA_LIBRARIES := android-common
+# Revive this when the app is unbundled.
+# LOCAL_SDK_VERSION := current
LOCAL_PACKAGE_NAME := Email