From a302746d9b5c825e15a840e72311569195697838 Mon Sep 17 00:00:00 2001 From: Bart Sears Date: Thu, 27 Jul 2017 19:40:26 -0700 Subject: [PATCH] Change Android version to v8.0.0 Change PLATFORM_VERSION.OPD1 to v8.0.0. This is a temporary change until we get a new KeyMaster that can handle going from 8.0.1 -> 8.0.0. At that point we will change PLATFORM_VERSION to 8.0.0. Test: Check: Settings > System > About phone > Android version. Also verified that update from 8.0.1 to v8.0.0 works (i.e. device boots and shows new Android Version). Bug: 64130669 Merged-In: I7894321971c0b696594deb064ebed3f43cf7c8d1 Change-Id: Ibb8fbb123a74196f57f649d0c22f58beefaf6d06 --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index d66477424..e5a352e33 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -79,7 +79,7 @@ endif # When you change PLATFORM_VERSION for a given PLATFORM_SDK_VERSION # please add that PLATFORM_VERSION to the following text file: # cts/tests/tests/os/assets/platform_versions.txt -PLATFORM_VERSION.OPD1 := 8.0.1 +PLATFORM_VERSION.OPD1 := v8.0.0 # These are the current development codenames, if the build is not a final # release build. If this is a final release build, it is simply "REL".