OSDN Git Service

FRG83G and PLATFORM_VERSION set to 2.2.2
authorandroid-merger <android-merger@google.com>
Fri, 14 Jan 2011 02:14:11 +0000 (18:14 -0800)
committerandroid-merger <android-merger@google.com>
Fri, 14 Jan 2011 02:14:11 +0000 (18:14 -0800)
Change-Id: I005e859b6375b3013a3918b85c7642fc410172fa

core/build_id.mk
core/version_defaults.mk

index b985326..d04d92d 100644 (file)
@@ -18,4 +18,4 @@
 # (like "CRB01").  It must be a single word, and is
 # capitalized by convention.
 
-export BUILD_ID=FRG83F
+export BUILD_ID=FRG83G
index df5cc09..f475771 100644 (file)
@@ -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 := 2.2.1
+  PLATFORM_VERSION := 2.2.2
 endif
 
 ifeq "" "$(PLATFORM_SDK_VERSION)"