summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@google.com>2015-08-12 11:05:34 -0700
committerXavier Ducrohet <xav@google.com>2015-08-12 11:05:34 -0700
commit3c274b20a2e98f149b62e24781cf39b41f379022 (patch)
tree5818384af7ce7e39524a61d382e2d80efedad15b
parent7cc1400624177a93b353002e5b03f23fa549c080 (diff)
downloadandroid_development-3c274b20a2e98f149b62e24781cf39b41f379022.tar.gz
android_development-3c274b20a2e98f149b62e24781cf39b41f379022.tar.bz2
android_development-3c274b20a2e98f149b62e24781cf39b41f379022.zip
Update SDK component versions for the official SDK 23.0.0
Change-Id: Ibd0890977ce4123995403198b76fbbd7378f92b6
-rw-r--r--sdk/build_tools_source.prop_template4
-rw-r--r--sdk/plat_tools_source.prop_template4
-rw-r--r--sdk/platform_source.prop_template4
-rw-r--r--sdk/source_source.prop_template2
4 files changed, 5 insertions, 9 deletions
diff --git a/sdk/build_tools_source.prop_template b/sdk/build_tools_source.prop_template
index de0865099..5d623074d 100644
--- a/sdk/build_tools_source.prop_template
+++ b/sdk/build_tools_source.prop_template
@@ -1,5 +1,3 @@
Pkg.UserSrc=false
-// due to the codename this resolve to 22 instead of 23, so replace it with hardcoded version for now.
-//Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0
-Pkg.Revision=23.0.0 rc4
+Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0
diff --git a/sdk/plat_tools_source.prop_template b/sdk/plat_tools_source.prop_template
index 6177214c8..e846b1c00 100644
--- a/sdk/plat_tools_source.prop_template
+++ b/sdk/plat_tools_source.prop_template
@@ -1,4 +1,2 @@
Pkg.UserSrc=false
-// due to the codename this resolve to 22 instead of 23, so replace it with hardcoded version for now.
-//Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0
-Pkg.Revision=23.0.0 rc5
+Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0
diff --git a/sdk/platform_source.prop_template b/sdk/platform_source.prop_template
index 09d123d2b..86d67c21f 100644
--- a/sdk/platform_source.prop_template
+++ b/sdk/platform_source.prop_template
@@ -1,8 +1,8 @@
Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION}
Pkg.UserSrc=false
Platform.Version=${PLATFORM_VERSION}
-Platform.CodeName=MNC
-Pkg.Revision=3
+Platform.CodeName=
+Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}
Layoutlib.Api=15
diff --git a/sdk/source_source.prop_template b/sdk/source_source.prop_template
index 3d4fac528..d3cdfd5ee 100644
--- a/sdk/source_source.prop_template
+++ b/sdk/source_source.prop_template
@@ -1,4 +1,4 @@
Pkg.UserSrc=false
-Pkg.Revision=3
+Pkg.Revision=1
AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION}
AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME}