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

Commit 1ce59d07 authored by Chris Cosby's avatar Chris Cosby Committed by Steve Kondik
Browse files

Make 'make bacon' run the CyanogenMod squisher. Fixes wesgarner's assumption...

Make 'make bacon' run the CyanogenMod squisher. Fixes wesgarner's assumption that make variables are exported to shell.

Change-Id: Icd20b2b9b86d34dbfa4d352fad955bf562a791a1
parent fb3b718f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1108,6 +1108,12 @@ $(INTERNAL_UPDATE_PACKAGE_TARGET): $(BUILT_TARGET_FILES_PACKAGE) $(OTATOOLS)

.PHONY: updatepackage
updatepackage: $(INTERNAL_UPDATE_PACKAGE_TARGET)
.PHONY: otapackage bacon
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
bacon: otapackage
	$(hide) \
		WANT_SQUASHFS=$(WANT_SQUASHFS) \
		./vendor/cyanogen/tools/squisher

endif    # TARGET_NO_KERNEL != true
endif    # TARGET_DEVICE != generic