Skip to content

Commit

Permalink
build: Rebrand CM_VERSION to LINEAGE_VERSION
Browse files Browse the repository at this point in the history
Change-Id: I8b44007ebbe395df3c989be37a5d45339f111130
  • Loading branch information
zwliew committed Jan 2, 2017
1 parent dde61aa commit a0300d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,7 @@ $(INTERNAL_OTA_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(DISTTOOLS)
$(if $(OEM_OTA_CONFIG), -o $(OEM_OTA_CONFIG)) \
$(BUILT_TARGET_FILES_PACKAGE) $@

CM_TARGET_PACKAGE := $(PRODUCT_OUT)/lineage-$(CM_VERSION).zip
CM_TARGET_PACKAGE := $(PRODUCT_OUT)/lineage-$(LINEAGE_VERSION).zip

.PHONY: otapackage bacon
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
Expand Down
2 changes: 1 addition & 1 deletion core/dumpvar.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ HOST_OS_EXTRA:=$(shell python -c "import platform; print(platform.platform())")
$(info ============================================)
$(info PLATFORM_VERSION_CODENAME=$(PLATFORM_VERSION_CODENAME))
$(info PLATFORM_VERSION=$(PLATFORM_VERSION))
$(info LINEAGE_VERSION=$(CM_VERSION))
$(info LINEAGE_VERSION=$(LINEAGE_VERSION))
$(info TARGET_PRODUCT=$(TARGET_PRODUCT))
$(info TARGET_BUILD_VARIANT=$(TARGET_BUILD_VARIANT))
$(info TARGET_BUILD_TYPE=$(TARGET_BUILD_TYPE))
Expand Down
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ function tapas()
function eat()
{
if [ "$OUT" ] ; then
MODVERSION=$(get_build_var CM_VERSION)
MODVERSION=$(get_build_var LINEAGE_VERSION)
ZIPFILE=lineage-$MODVERSION.zip
ZIPPATH=$OUT/$ZIPFILE
if [ ! -f $ZIPPATH ] ; then
Expand Down

0 comments on commit a0300d4

Please sign in to comment.