Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8e85ff9 authored by Brint E. Kriebel's avatar Brint E. Kriebel Committed by Gerrit Code Review
Browse files

build: Store the jenkins build number in misc_info

If the jenkins build number is available, list it as build_number in
the misc_info.txt file.

Change-Id: I6500c6b53661f2904dff738d25d8a8d24a7dca80
parent a0c75667
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1400,6 +1400,9 @@ ifdef BOARD_CUSTOM_BOOTIMG_MK
endif
ifdef TARGET_UNIFIED_DEVICE
	$(hide) echo "override_prop=true" >> $(zip_root)/META/misc_info.txt
endif
ifdef BUILD_NO
	$(hide) echo "build_number=$(BUILD_NO)" >> $(zip_root)/META/misc_info.txt
endif
	$(call generate-userimage-prop-dictionary, $(zip_root)/META/misc_info.txt)
ifdef PRODUCT_DEFAULT_DEV_CERTIFICATE