From ae1f3abef4cfe179fcf00b2a69a5c8ba93d48b6d Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Mon, 8 May 2017 16:26:57 -0700 Subject: [PATCH] O is 8.0.0 and REL Bug: 38131332 Test: compiles Change-Id: I0ccda8ab4f6edf056fd37bd8ee50555d01d3529e Merged-In: I7894321971c0b696594deb064ebed3f43cf7c8d1 --- core/version_defaults.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 18ee6be23..506652266 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -73,11 +73,11 @@ 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.OPR1 := O +PLATFORM_VERSION.OPR1 := 8.0.0 # This is the current development code-name, if the build is not a final # release build. If this is a final release build, it is simply "REL". -PLATFORM_VERSION_CODENAME.OPR1 := O +PLATFORM_VERSION_CODENAME.OPR1 := REL ifndef PLATFORM_VERSION PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION)) @@ -142,7 +142,7 @@ else # assuming the device can only support APIs as of the previous official # public release. # This value will always be 0 for release builds. - PLATFORM_PREVIEW_SDK_VERSION := 2 + PLATFORM_PREVIEW_SDK_VERSION := 0 endif endif