OSDN Git Service

Update the platform-version-codename
authorSriram Raman <sriramkraman@google.com>
Wed, 12 Aug 2009 22:22:34 +0000 (15:22 -0700)
committerSriram Raman <sriramkraman@google.com>
Wed, 12 Aug 2009 22:22:34 +0000 (15:22 -0700)
core/version_defaults.mk

index ca8487f..116c080 100644 (file)
@@ -59,7 +59,7 @@ endif
 ifeq "" "$(PLATFORM_VERSION_CODENAME)"
   # If the build is not a final release build, then this is the current
   # development code-name.  If this is a final release build, it is simply "REL".
-  PLATFORM_VERSION_CODENAME := Donut
+  PLATFORM_VERSION_CODENAME := REL
 endif
 
 ifeq "" "$(DEFAULT_APP_TARGET_SDK)"