aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-09-30 01:01:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-09-30 01:19:27 +0000
commit5a757bdb23da3351d1367ba155e634ba62c5d113 (patch)
treef321c921212b44b4aa3e8ad02910e238a5fbbff0
parent732bec60f36aa10059f9156dfbfac4160a66f2c5 (diff)
parent2b595c26d14e3f408f71efbcf67741c86f3b04b2 (diff)
downloadbuild-5a757bdb23da3351d1367ba155e634ba62c5d113.tar.gz
Make change and version bump to SQ1A.210930.001
Change-Id: I6403f9c95e0782b699ce6d4da5f67346338e395c
-rw-r--r--core/build_id.mk2
-rw-r--r--core/version_defaults.mk8
2 files changed, 5 insertions, 5 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 84e4abb0d7..19c62b7c5e 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=SQ1A.210929.001
+BUILD_ID=SQ1A.210930.001
diff --git a/core/version_defaults.mk b/core/version_defaults.mk
index 4c83227778..c864bb098e 100644
--- a/core/version_defaults.mk
+++ b/core/version_defaults.mk
@@ -39,9 +39,9 @@ ifdef INTERNAL_BUILD_ID_MAKEFILE
include $(INTERNAL_BUILD_ID_MAKEFILE)
endif
-DEFAULT_PLATFORM_VERSION := SP1A
-MIN_PLATFORM_VERSION := SP1A
-MAX_PLATFORM_VERSION := SP1A
+DEFAULT_PLATFORM_VERSION := SQ1A
+MIN_PLATFORM_VERSION := SQ1A
+MAX_PLATFORM_VERSION := SQ1A
ALLOWED_VERSIONS := $(call allowed-platform-versions,\
$(MIN_PLATFORM_VERSION),\
@@ -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 := REL
+PLATFORM_VERSION_CODENAME.SQ1A := REL
ifndef PLATFORM_VERSION_CODENAME
PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION))