Master is T
Bug: 186121492 Test: treehugger Merged-In: Ie5ee4479ba98b9f4525b36e38493879a15661905 Change-Id: Ie5ee4479ba98b9f4525b36e38493879a15661905
This commit is contained in:
parent
e444a5c3fb
commit
5e9ba92e05
1 changed files with 5 additions and 4 deletions
|
|
@ -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 := TP1A
|
||||
MIN_PLATFORM_VERSION := TP1A
|
||||
MAX_PLATFORM_VERSION := TP1A
|
||||
|
||||
ALLOWED_VERSIONS := $(call allowed-platform-versions,\
|
||||
$(MIN_PLATFORM_VERSION),\
|
||||
|
|
@ -93,7 +93,8 @@ 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.TP1A := T
|
||||
|
||||
ifndef PLATFORM_VERSION_CODENAME
|
||||
PLATFORM_VERSION_CODENAME := $(PLATFORM_VERSION_CODENAME.$(TARGET_PLATFORM_VERSION))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue