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

Commit baf22afe authored by Bill Rassieur's avatar Bill Rassieur
Browse files

Revert "Master designated for Q. Update MAX_PLATFORM_VERSION, etc."

This reverts commit 2211df68.

BUG: 71761075
parent 2211df68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ endif

DEFAULT_PLATFORM_VERSION := PPR1
MIN_PLATFORM_VERSION := PPR1
MAX_PLATFORM_VERSION := QPR1
MAX_PLATFORM_VERSION := PPR1

ALLOWED_VERSIONS := $(call allowed-platform-versions,\
  $(MIN_PLATFORM_VERSION),\
@@ -75,11 +75,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.QPR1 := Q
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.QPR1 := Q
PLATFORM_VERSION_CODENAME.PPR1 := P

ifndef PLATFORM_VERSION
  PLATFORM_VERSION := $(PLATFORM_VERSION.$(TARGET_PLATFORM_VERSION))