Update the API version checks in the support lib.
1. Since the API version has been finalized this change
updates the SDk version checks to use the JellyBean
verson number.
bug:5947249
Change-Id: I1011f76612f95ceef179acd0b8ab258c055a8369
diff --git a/v4/Android.mk b/v4/Android.mk
index 45c9fa5..3f01e5a 100644
--- a/v4/Android.mk
+++ b/v4/Android.mk
@@ -83,7 +83,7 @@
# A helper sub-library that makes direct use of JellyBean APIs.
include $(CLEAR_VARS)
LOCAL_MODULE := android-support-v4-jellybean
-LOCAL_SDK_VERSION := current
+LOCAL_SDK_VERSION := 16
LOCAL_SRC_FILES := $(call all-java-files-under, jellybean)
include $(BUILD_STATIC_JAVA_LIBRARY)