aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@google.com>2021-06-15 03:51:43 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2021-06-15 03:51:43 +0000
commit4ef2e34cb5fcbd170c49b63599177d9325aefa68 (patch)
treeae332503fb8db228aecb63df8351aaba67c9fbdd
parent4ba373fe0fa7ffbba5e360398cb353b43e44335d (diff)
parent25d421446d63e300b36847ef42414390b94f9084 (diff)
downloadbuild-4ef2e34cb5fcbd170c49b63599177d9325aefa68.tar.gz
Merge "[DO NOT MERGE] platform/build/make - S is now REL" into sc-dev
-rw-r--r--core/version_defaults.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index d410fe502e..eb9d51e920 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -93,7 +93,7 @@ PLATFORM_VERSION_LAST_STABLE := 12
# 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.SP1A := S
+PLATFORM_VERSION_CODENAME.SP1A := REL
ifndef PLATFORM_VERSION_CODENAME
PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION))