Loading core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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 core/version_defaults.mk +4 −4 Original line number Diff line number Diff line Loading @@ -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),\ Loading Loading @@ -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)) Loading Loading
core/build_id.mk +1 −1 Original line number Diff line number Diff line Loading @@ -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
core/version_defaults.mk +4 −4 Original line number Diff line number Diff line Loading @@ -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),\ Loading Loading @@ -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)) Loading