Merge "Removing NMR1 from PLATFORM_VERSION_ALL_CODENAMES"

This commit is contained in:
TreeHugger Robot 2016-10-21 05:19:08 +00:00 committed by Android (Google) Code Review
commit 7ea615822f
1 changed files with 1 additions and 1 deletions

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),NMR1
PLATFORM_VERSION_ALL_CODENAMES := $(PLATFORM_VERSION_CODENAME)
endif
ifeq "REL" "$(PLATFORM_VERSION_CODENAME)"