From e13a588aa6a1bcf2858a3206b1716cafee5e7cbc Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 2 Oct 2017 17:54:01 -0700 Subject: [PATCH] Add P back to oc-mr1-dev-plus-aosp Specialzing O MR1 shouldn't have removed P from oc-mr1-dev-plus-aosp. Test: none Change-Id: Ida774a3bc6fa7884e328eb70abb6b2cca7c32028 Merged-In: I2d9019af8c4e24e34c743be85d4e0ff224de9d17 --- core/version_defaults.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 22eea8de0..a3bbda07d 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -38,9 +38,9 @@ ifdef INTERNAL_BUILD_ID_MAKEFILE include $(INTERNAL_BUILD_ID_MAKEFILE) endif -DEFAULT_PLATFORM_VERSION := OPM1 -MIN_PLATFORM_VERSION := OPM1 -MAX_PLATFORM_VERSION := OPM1 +DEFAULT_PLATFORM_VERSION := PPR1 +MIN_PLATFORM_VERSION := PPR1 +MAX_PLATFORM_VERSION := PPR1 ALLOWED_VERSIONS := $(call allowed-platform-versions,\ $(MIN_PLATFORM_VERSION),\ @@ -74,11 +74,11 @@ endif # please add that PLATFORM_VERSION as well as clean up obsolete PLATFORM_VERSION's # in the following text file: # cts/tests/tests/os/assets/platform_versions.txt -PLATFORM_VERSION.OPM1 := 8.1.0 +PLATFORM_VERSION.PPR1 := P # 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 := REL +PLATFORM_VERSION_CODENAME.PPR1 := P ifndef PLATFORM_VERSION PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION))