Revert "Removing N from PLATFORM_VERSION_ALL_CODENAMES"

This reverts commit 5fcdec083e.

Bug: 29194920
Bug: 28809789
This commit is contained in:
Ian Pedowitz
2016-06-07 20:24:13 -07:00
parent 0c822614f5
commit dc15ebc26c

View File

@@ -75,7 +75,7 @@ ifeq "" "$(PLATFORM_VERSION_CODENAME)"
# This is all of the development codenames that are active. Should be either
# the same as PLATFORM_VERSION_CODENAME or a comma-separated list of additional
# codenames after PLATFORM_VERSION_CODENAME.
PLATFORM_VERSION_ALL_CODENAMES := $(PLATFORM_VERSION_CODENAME)
PLATFORM_VERSION_ALL_CODENAMES := $(PLATFORM_VERSION_CODENAME),N
endif
ifeq "REL" "$(PLATFORM_VERSION_CODENAME)"