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

Commit 6b72c73a authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Fix dependency on BOARD_AVB_SYSTEM_KEY_PATH

Bug: 130111713
Test: treehugger
Change-Id: I2183ac9f8c45eec178876768dfcc83ae62445293
parent f14179b3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2230,6 +2230,9 @@ define build-systemimage-target
           exit 1 )
endef

ifeq ($(BOARD_AVB_ENABLE),true)
$(BUILT_SYSTEMIMAGE): $(BOARD_AVB_SYSTEM_KEY_PATH)
endif
$(BUILT_SYSTEMIMAGE): $(FULL_SYSTEMIMAGE_DEPS) $(INSTALLED_FILES_FILE) $(BUILD_IMAGE_SRCS)
	$(call build-systemimage-target,$@)