From 16394c3fb42ef0a87e047e70aaaf788fd0371624 Mon Sep 17 00:00:00 2001 From: Ian Pedowitz Date: Thu, 20 Oct 2016 19:33:56 -0700 Subject: [PATCH] Removing NMR1 from PLATFORM_VERSION_ALL_CODENAMES This is no longer needed Bug: 30734691 Test: Compiled Change-Id: I3ba0732ba6e84fbd697cedd90b16bb558863d29b --- core/version_defaults.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/version_defaults.mk b/core/version_defaults.mk index 894e2cb49..7d5b5e635 100644 --- a/core/version_defaults.mk +++ b/core/version_defaults.mk @@ -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)"