diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-23 08:22:26 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2021-12-23 08:34:58 +0000 |
commit | 6602fb5311961623695cbc09b18a80e0b1811676 (patch) | |
tree | 6ee0aa15c4eb4b51b47544c63098e8937efc8446 | |
parent | 600869ffac5e4dbaf76fde1de4ab800633f1acb4 (diff) | |
parent | 08129e8b96afd6cc18d0aef85c1cbda367bcc0c4 (diff) |
Make change and version bump to SKQ1.211223.001
Change-Id: Ideee868e2cadf1fdbb82ddd3de1a7a1b7a8157fc
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | core/version_defaults.mk | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index babf64592b..b65d830709 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=SKQ1.211222.001 +BUILD_ID=SKQ1.211223.001 diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 4afc954e6f..cf3fce678c 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)) @@ -246,7 +246,7 @@ ifndef PLATFORM_SECURITY_PATCH # It must be of the form "YYYY-MM-DD" on production devices. # It must match one of the Android Security Patch Level strings of the Public Security Bulletins. # If there is no $PLATFORM_SECURITY_PATCH set, keep it empty. - PLATFORM_SECURITY_PATCH := 2021-11-05 + PLATFORM_SECURITY_PATCH := 2021-12-05 endif .KATI_READONLY := PLATFORM_SECURITY_PATCH |