From a86230112931dccb92dea2e175a300ad634f63e3 Mon Sep 17 00:00:00 2001 From: Mindy Pereira Date: Tue, 1 Nov 2011 17:21:18 -0700 Subject: [PATCH] Revert "Fix build break" This reverts commit f96a657aaf343846528dfcfd9156858b20acb863 --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index 63c04a612..ce837b141 100644 --- a/Android.mk +++ b/Android.mk @@ -36,7 +36,7 @@ LOCAL_PACKAGE_NAME := Email LOCAL_PROGUARD_FLAG_FILES := proguard.flags -#LOCAL_SDK_VERSION := current +LOCAL_SDK_VERSION := current # The Emma tool analyzes code coverage when running unit tests on the # application. This configuration line selects which packages will be analyzed,