Loading core/Makefile +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
core/Makefile +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading