From f96a657aaf343846528dfcfd9156858b20acb863 Mon Sep 17 00:00:00 2001 From: Marc Blank Date: Tue, 1 Nov 2011 16:13:45 -0700 Subject: [PATCH] Fix build break * For now, we can't have Email build under the SDK Change-Id: Iae0858d81734478f39077395fa0c9705af027c9f --- Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.mk b/Android.mk index ce837b141..63c04a612 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,