diff options
author | Bill Yi <byi@google.com> | 2014-06-20 17:54:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-06-20 02:09:57 +0000 |
commit | 85fe14395b8bbc5b44383c1705f60bfdc12c61cf (patch) | |
tree | 45c975e3a7111ce9955f66309607275cb5de24a5 /core | |
parent | 17c6426e75ef46238f5866f9a9295db4a95f21b5 (diff) | |
parent | b76d4093d33007e2c299f0c2adb6e09ebf83a12c (diff) | |
download | build-85fe14395b8bbc5b44383c1705f60bfdc12c61cf.zip build-85fe14395b8bbc5b44383c1705f60bfdc12c61cf.tar.gz build-85fe14395b8bbc5b44383c1705f60bfdc12c61cf.tar.bz2 |
Merge "Restore AOSP-style version numbers - DO NOT MERGE"
Diffstat (limited to 'core')
-rw-r--r-- | core/version_defaults.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 1e172ed..32979af 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 := 4.4.3 + PLATFORM_VERSION := 4.4.3.43.43.43 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 := REL + PLATFORM_VERSION_CODENAME := AOSP endif ifeq "" "$(DEFAULT_APP_TARGET_SDK)" |