summaryrefslogtreecommitdiffstats
path: root/core/version_defaults.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-08-14 09:07:33 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-08-14 09:07:33 -0700
commite46e8603b2026a35b0bee8ca57a3a2737bd18c1f (patch)
treee8b416c3aefa6cfd75be445f59078da2e1f937db /core/version_defaults.mk
parent392bdc1f08eb03ad04eba24a76cc0aea7e1b46d6 (diff)
downloadbuild-e46e8603b2026a35b0bee8ca57a3a2737bd18c1f.zip
build-e46e8603b2026a35b0bee8ca57a3a2737bd18c1f.tar.gz
build-e46e8603b2026a35b0bee8ca57a3a2737bd18c1f.tar.bz2
Set the AOSP master to be API level 16
Change-Id: I3ba4317aa1081ae5f60ac8504cfff8f4abee5e66
Diffstat (limited to 'core/version_defaults.mk')
-rw-r--r--core/version_defaults.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 02ac42c..6ebfcef 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 := 15
+ PLATFORM_SDK_VERSION := 16
endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"
@@ -96,4 +96,3 @@ ifeq "" "$(BUILD_NUMBER)"
# anyone trying to parse it as an integer will probably get "0".
BUILD_NUMBER := eng.$(USER).$(shell date +%Y%m%d.%H%M%S)
endif
-