From 910e08c023a8c90c93874de380832fb4947ac3a7 Mon Sep 17 00:00:00 2001 From: Baligh Uddin Date: Wed, 7 Jun 2017 10:01:51 -0700 Subject: [PATCH] DO NOT MERGE ANYWHERE - Set MAX_PLATFORM_VERSION to OPD1 on oc-dr1-dev Bug: 38436796 --- core/version_defaults.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index b76d2c3e5..868dfa7bf 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -40,7 +40,7 @@ endif DEFAULT_PLATFORM_VERSION := OPD1 MIN_PLATFORM_VERSION := OPD1 -MAX_PLATFORM_VERSION := PPR1 +MAX_PLATFORM_VERSION := OPD1 ALLOWED_VERSIONS := $(call allowed-platform-versions,\ $(MIN_PLATFORM_VERSION),\ @@ -80,14 +80,10 @@ endif # 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.OPM1 := OMR1 -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.OPD1 := REL -PLATFORM_VERSION_CODENAME.OPM1 := OMR1 -PLATFORM_VERSION_CODENAME.PPR1 := P ifndef PLATFORM_VERSION PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION))