summaryrefslogtreecommitdiffstats
path: root/core/version_defaults.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-05-01 08:48:04 -0700
committerJean-Baptiste Queru <jbq@google.com>2012-05-01 08:48:04 -0700
commit48cf73bd13e3693e6e4f92dce98f3b94a4c9760d (patch)
tree367b5cbe1dbc65686cd0cbd1b307dcde10079d1f /core/version_defaults.mk
parent3072491bb3aa5c5a3abd24a16f4fba4638242d6a (diff)
downloadbuild-48cf73bd13e3693e6e4f92dce98f3b94a4c9760d.zip
build-48cf73bd13e3693e6e4f92dce98f3b94a4c9760d.tar.gz
build-48cf73bd13e3693e6e4f92dce98f3b94a4c9760d.tar.bz2
Restore AOSP-style version numbers - do not merge
Change-Id: I70e3568a78feed4ff69bcdbf4fe2bd13f5211b4c
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 c97306c..02ac42c 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -41,7 +41,7 @@ ifeq "" "$(PLATFORM_VERSION)"
# which is the version that we reveal to the end user.
# Update this value when the platform version changes (rather
# than overriding it somewhere else). Can be an arbitrary string.
- PLATFORM_VERSION := JellyBean
+ PLATFORM_VERSION := 4.0.9.99.999.9999.99999
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"
@@ -59,7 +59,7 @@ endif
ifeq "" "$(PLATFORM_VERSION_CODENAME)"
# This is the current development code-name, if the build is not a final
# release build. If this is a final release build, it is simply "REL".
- PLATFORM_VERSION_CODENAME := JellyBean
+ PLATFORM_VERSION_CODENAME := AOSP
endif
ifeq "" "$(DEFAULT_APP_TARGET_SDK)"