From 62a835d0ef89e51f4a97fecf8576224551b545a5 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Wed, 23 Aug 2017 18:23:31 -0700 Subject: [PATCH] DO NOT MERGE OC-MR1 is REL Bug: 64982450 Test: manual Change-Id: I054e3ecff49803e61e7741753fe6764a567d72c4 --- core/version_defaults.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 1e2611a5d..8a3eef85f 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -78,7 +78,7 @@ PLATFORM_VERSION.OPM1 := 8.1.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". -PLATFORM_VERSION_CODENAME.OPM1 := OMR1 +PLATFORM_VERSION_CODENAME.OPM1 := REL ifndef PLATFORM_VERSION PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION)) @@ -158,7 +158,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 := 1 + PLATFORM_PREVIEW_SDK_VERSION := 0 endif endif