diff options
author | Raju Kulkarni <rajukulkarni@google.com> | 2018-06-04 14:52:34 -0700 |
---|---|---|
committer | Raju Kulkarni <rajukulkarni@google.com> | 2018-06-04 14:52:34 -0700 |
commit | b1117ed39e3853e91a223c26da90cd94530c2737 (patch) | |
tree | d50e6df66190edd49fd87e21548f215987b8e059 /sdk | |
parent | 36f6f66a0e62f9bd5a667b65553f922efd5c3b7e (diff) | |
download | android_development-b1117ed39e3853e91a223c26da90cd94530c2737.tar.gz android_development-b1117ed39e3853e91a223c26da90cd94530c2737.tar.bz2 android_development-b1117ed39e3853e91a223c26da90cd94530c2737.zip |
Updating Android Platform and Build Tools Version number for Android P
DP4/Beta2 release
Bug: 109675113
Test: N/A
Change-Id: I88e9285dfdffc51209a033e334241ed10f06b37b
Diffstat (limited to 'sdk')
-rw-r--r-- | sdk/build_tools_source.prop_template | 2 | ||||
-rw-r--r-- | sdk/platform_source.prop_template | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sdk/build_tools_source.prop_template b/sdk/build_tools_source.prop_template index 22ba57c6b..370b040dc 100644 --- a/sdk/build_tools_source.prop_template +++ b/sdk/build_tools_source.prop_template @@ -1,3 +1,3 @@ Pkg.UserSrc=false -Pkg.Revision=${PLATFORM_SDK_VERSION}.0.0 +Pkg.Revision=${PLATFORM_SDK_VERSION}.0.1 #Pkg.Revision=28.0.0 diff --git a/sdk/platform_source.prop_template b/sdk/platform_source.prop_template index ff513ff0c..ee25560b6 100644 --- a/sdk/platform_source.prop_template +++ b/sdk/platform_source.prop_template @@ -2,7 +2,7 @@ Pkg.Desc=Android SDK Platform ${PLATFORM_VERSION} Pkg.UserSrc=false Platform.Version=${PLATFORM_VERSION} Platform.CodeName= -Pkg.Revision=4 +Pkg.Revision=5 AndroidVersion.ApiLevel=${PLATFORM_SDK_VERSION} AndroidVersion.CodeName=${PLATFORM_VERSION_CODENAME} Layoutlib.Api=15 |