diff options
| -rw-r--r-- | core/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile index ed4c06a978..79fd0efe11 100644 --- a/core/Makefile +++ b/core/Makefile @@ -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,$@) |