Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e13a588a authored by Colin Cross's avatar Colin Cross
Browse files

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
parent 32aeb3f1
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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))