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

Commit df0387dd authored by Chris Fries's avatar Chris Fries
Browse files

Makefile: Add avbtool to INTERNAL_USERIMAGES_DEPS

.. in order to let the system_other image use it.

Bug: 33203383 Can't build target on mac
Change-Id: Iac2faf0ebdcc933675afbec2301d5d455aa33501
parent 564ce0fa
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -866,6 +866,10 @@ INTERNAL_USERIMAGES_DEPS += $(MKF2FSUSERIMG) $(MAKE_F2FS)
endif
endif

ifeq ($(BOARD_AVB_ENABLE),true)
INTERNAL_USERIMAGES_DEPS += $(AVBTOOL)
endif

ifneq (true,$(TARGET_USERIMAGES_SPARSE_SQUASHFS_DISABLED))
  INTERNAL_USERIMAGES_SPARSE_SQUASHFS_FLAG := -s
endif
@@ -1926,9 +1930,6 @@ $(INSTALLED_VBMETAIMAGE_TARGET): $(AVBTOOL) $(INSTALLED_BOOTIMAGE_TARGET) $(INST
vbmetaimage-nodeps:
	$(build-vbmetaimage-target)

# We need $(AVBTOOL) for system.img generation.
FULL_SYSTEMIMAGE_DEPS += $(AVBTOOL)

endif # BOARD_AVB_ENABLE

# -----------------------------------------------------------------