aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-merger <android-merger@google.com>2011-01-13 18:14:11 -0800
committerandroid-merger <android-merger@google.com>2011-01-13 18:14:11 -0800
commit7b7a397bccdd266233a114e6e12bf1f1071657e9 (patch)
treebef223e78db520e9dbdb9aada55704f3cf180d6a
parent3f49ea3f2ae2f8c2149a01a73167b902f25a2dd0 (diff)
downloadbuild-7b7a397bccdd266233a114e6e12bf1f1071657e9.tar.gz
FRG83G and PLATFORM_VERSION set to 2.2.2android-2.2.2_r1
Change-Id: I005e859b6375b3013a3918b85c7642fc410172fa
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index b9853267b9..d04d92dd21 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -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
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index df5cc09cc9..f475771580 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 := 2.2.1
+ PLATFORM_VERSION := 2.2.2
endif
ifeq "" "$(PLATFORM_SDK_VERSION)"