summaryrefslogtreecommitdiffstats
path: root/core/version_defaults.mk
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2014-06-11 14:24:32 -0700
committerDianne Hackborn <hackbod@google.com>2014-06-11 14:24:32 -0700
commit997b896eeb49b5aca9807a58ae39b14436ab6e98 (patch)
tree16c125f42da6bb7fcca67d7f5508a408bcd7bcfd /core/version_defaults.mk
parente1d76eed322e620213cd4f936a29229a7658c6a1 (diff)
downloadbuild-997b896eeb49b5aca9807a58ae39b14436ab6e98.zip
build-997b896eeb49b5aca9807a58ae39b14436ab6e98.tar.gz
build-997b896eeb49b5aca9807a58ae39b14436ab6e98.tar.bz2
Update to reflect KKWT's graduation to API 20.
Change-Id: I4716e71d72b2526fe635079d1b15f623db842c21
Diffstat (limited to 'core/version_defaults.mk')
-rw-r--r--core/version_defaults.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 432391f..31c3242 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 := 19
+ PLATFORM_SDK_VERSION := 20
endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"
@@ -64,7 +64,7 @@ ifeq "" "$(PLATFORM_VERSION_CODENAME)"
# This is all of the development codenames that are active. Should be either
# the same as PLATFORM_VERSION_CODENAME or a comma-separated list of additional
# codenames after PLATFORM_VERSION_CODENAME.
- PLATFORM_VERSION_ALL_CODENAMES := $(PLATFORM_VERSION_CODENAME),KKWT
+ PLATFORM_VERSION_ALL_CODENAMES := $(PLATFORM_VERSION_CODENAME)
endif
ifeq "" "$(DEFAULT_APP_TARGET_SDK)"