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

Commit 99505268 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am 20b970e2: Merge "Issue warning when "make snod" with dexpreopt enabled."

* commit '20b970e2':
  Issue warning when "make snod" with dexpreopt enabled.
parents 065506ec 20b970e2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -829,6 +829,12 @@ systemimage-nodeps snod: $(filter-out systemimage-nodeps snod,$(MAKECMDGOALS)) \
	$(call build-systemimage-target,$(INSTALLED_SYSTEMIMAGE))
	$(hide) $(call assert-max-image-size,$(INSTALLED_SYSTEMIMAGE),$(BOARD_SYSTEMIMAGE_PARTITION_SIZE),yaffs)

ifneq (,$(filter systemimage-nodeps snod, $(MAKECMDGOALS)))
ifeq (true,$(WITH_DEXPREOPT))
$(warning Warning: with dexpreopt enabled, you may need a full rebuild.)
endif
endif

#######
## system tarball
define build-systemtarball-target