forked from openkylin/platform_build
[DO NOT MERGE] platform/build/make - S is now REL
Bug: 171506470 Test: Build Change-Id: I98536ff83aab23cfaf5553a57a8a3b8264878847
This commit is contained in:
parent
7a7b416b81
commit
25d421446d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue