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

Commit 9c3237c7 authored by Tom Marshall's avatar Tom Marshall
Browse files

build: Remove duplicate zip command

 * This was mistakenly added in merging:

   "Store the base64 release key in the OTA zips".

Change-Id: Ib62edffdc5bc1b769428e91677b8c4960b9e0904
parent 970d9a24
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2690,11 +2690,6 @@ ifdef PRODUCT_DEFAULT_DEV_CERTIFICATE
else
	$(hide) vendor/lineage/build/tools/getb64key.py $(DEFAULT_SYSTEM_DEV_CERTIFICATE).x509.pem > $(zip_root)/META/releasekey.txt
endif
	@# Zip everything up, preserving symlinks and placing META/ files first to
	@# help early validation of the .zip file while uploading it.
	$(hide) (cd $(zip_root) && \
	        zip -qryX ../$(notdir $@) ./META && \
	        zip -qryXu ../$(notdir $@) .)
	@# Run fs_config on all the system, vendor, boot ramdisk,
	@# and recovery ramdisk files in the zip, and save the output
	$(hide) $(call fs_config,$(zip_root)/SYSTEM,system/) > $(zip_root)/META/filesystem_config.txt