summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMinh Pham <phamm@google.com>2011-12-13 17:07:13 -0800
committerMinh Pham <phamm@google.com>2011-12-13 17:07:13 -0800
commit47d8d440c35273b8c053d1331c1c886691268eb9 (patch)
tree7471c063d0d93a3de0546ec7dc254f310726fd6a /Android.mk
parentb47f3e286bcf78e85ab2d3389e38e99020d0634f (diff)
downloadandroid_packages_apps_UnifiedEmail-47d8d440c35273b8c053d1331c1c886691268eb9.tar.gz
android_packages_apps_UnifiedEmail-47d8d440c35273b8c053d1331c1c886691268eb9.tar.bz2
android_packages_apps_UnifiedEmail-47d8d440c35273b8c053d1331c1c886691268eb9.zip
Update build configuration
- Change package name to com.android.email - Change src path to com/android/email - Add a clean spec - Move all files under src-mailcommon to src Change-Id: I4431c7a22e08c0360c49404d591e212803267679
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk28
1 files changed, 2 insertions, 26 deletions
diff --git a/Android.mk b/Android.mk
index d2dc2294c..a9a69b700 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,29 +4,6 @@ LOCAL_PATH:= $(call my-dir)
chips_dir := ../../../frameworks/ex/chips/res
res_dirs := $(chips_dir) res
-
-# Remove symlinks created by a previous Gmail ADT build
-$(shell rm -f $(LOCAL_PATH)/chips)
-$(shell rm -f $(LOCAL_PATH)/mailcommon)
-
-
-
-##################################################
-# Build Static Lib
-include $(CLEAR_VARS)
-
-src_dirs := src-mailcommon
-LOCAL_MODULE := mail-common-new
-
-LOCAL_STATIC_JAVA_LIBRARIES := android-common-chips
-
-LOCAL_SDK_VERSION := current
-
-LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
- $(call all-logtags-files-under, $(src_dirs))
-
-include $(BUILD_STATIC_JAVA_LIBRARY)
-
##################################################
# Build APK
include $(CLEAR_VARS)
@@ -34,10 +11,9 @@ include $(CLEAR_VARS)
src_dirs := src
LOCAL_PACKAGE_NAME := UnifiedEmail
-LOCAL_STATIC_JAVA_LIBRARIES := mail-common-new
-LOCAL_STATIC_JAVA_LIBRARIES += android-common-chips
+LOCAL_STATIC_JAVA_LIBRARIES = android-common-chips
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 14
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
$(call all-logtags-files-under, $(src_dirs))