Change AOSP Email Makefile to reference current SDK.

Change-Id: Iab007efda5282b64eebbccdc2dd2b8e33177276c
This commit is contained in:
Mark Wei 2013-06-18 14:14:22 -07:00
parent aa0ca16a27
commit 33f92a7f96
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ LOCAL_OVERRIDES_PACKAGES := Email
LOCAL_PROGUARD_FLAG_FILES := proguard.flags $(unified_email_dir)/proguard.flags
LOCAL_SDK_VERSION := 17
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)