aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2021-06-07 13:09:36 -0600
committerJeff Sharkey <jsharkey@android.com>2021-06-10 15:05:11 -0600
commit25d421446d63e300b36847ef42414390b94f9084 (patch)
tree104473f5b4c7ea5e1979972ef9a809e84632505d
parent7a7b416b815bfe9fdf3687c549008ee3b7f135c7 (diff)
downloadbuild-25d421446d63e300b36847ef42414390b94f9084.tar.gz
[DO NOT MERGE] platform/build/make - S is now REL
Bug: 171506470 Test: Build Change-Id: I98536ff83aab23cfaf5553a57a8a3b8264878847
-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 7dc35f18e1..fd60997470 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))