From 311c267e150203543fe8eab41e0dceef88c331de Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 20 Oct 2010 18:54:17 -0700 Subject: [PATCH] We are API 9 compatible. Change-Id: Ice1c07993fb66c12cafeaefa874a7adbb19caf21 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index af0047919..5c80b3acd 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -53,7 +53,7 @@ ifeq "" "$(PLATFORM_SDK_VERSION)" # intermediate builds). During development, this number remains at the # SDK version the branch is based on and PLATFORM_VERSION_CODENAME holds # the code-name of the new development work. - PLATFORM_SDK_VERSION := 8 + PLATFORM_SDK_VERSION := 9 endif ifeq "" "$(PLATFORM_VERSION_CODENAME)" -- 2.11.0