OSDN Git Service

Revert "Revert "Revert "Removing N from PLATFORM_VERSION_ALL_CODENAMES"""
authorIan Pedowitz <ijpedowitz@google.com>
Fri, 24 Jun 2016 17:52:29 +0000 (17:52 +0000)
committerIan Pedowitz <ijpedowitz@google.com>
Fri, 24 Jun 2016 17:52:29 +0000 (17:52 +0000)
This reverts commit 369efe3d84f059ba41560d6522520c747f1274b2.

Bug: 29117805
Bug: 28809789
Bug: 29621988
Change-Id: Icd9e01d4cbd3f769237702f5df287eb61c7527cd

core/version_defaults.mk

index 5acd4dd..bdfc65a 100644 (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)"