Commit 85d40bb3 authored by Darescu Ionut's avatar Darescu Ionut Committed by MrApocalypse
Browse files

makefile: Add changelog generator (1/2)

add "export CHANGELOG=true" in build.sh

Change-Id: Ibfddd3afc2a0d5e3d3b865572f65c0e7b314f6be
parent f3d5b281
......@@ -1576,6 +1576,13 @@ endif
endif
@echo -e ${CL_CYN}"Package Complete: $(SCREWD_TARGET_PACKAGE)"${CL_RST}
ifeq ($(CHANGELOG),true)
# Generate changelog
@echo -e ${CL_GRN}"Generating Changelog"${CL_RST}
$(hide) ./vendor/screwd/utils/changelog.sh
$(hide) mv $(PRODUCT_OUT)/Changelog.txt $(PRODUCT_OUT)/$(TARGET_PRODUCT)-$(ROM_VERSION).txt
endif
endif # recovery_fstab is defined
endif # TARGET_NO_KERNEL != true
endif # TARGET_DEVICE != generic*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment