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

Commit 081f5769 authored by Michael Bestas's avatar Michael Bestas Committed by Steve Kondik
Browse files

Remove deprecated custom squisher code

* No devices should be using that anymore

Change-Id: I752cf5297d35a842a923a8008fbec53e8fae97e0
parent b85aaffb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1621,9 +1621,6 @@ CM_TARGET_PACKAGE := $(PRODUCT_OUT)/cm-$(CM_VERSION).zip
.PHONY: otapackage bacon
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
bacon: otapackage
ifneq ($(TARGET_CUSTOM_RELEASETOOL),)
	$(error TARGET_CUSTOM_RELEASETOOL is deprecated)
endif
	$(hide) ln -f $(INTERNAL_OTA_PACKAGE_TARGET) $(CM_TARGET_PACKAGE)
	$(hide) $(MD5SUM) $(CM_TARGET_PACKAGE) > $(CM_TARGET_PACKAGE).md5sum
	@echo -e ${CL_CYN}"Package Complete: $(CM_TARGET_PACKAGE)"${CL_RST}