commit | 857260905b30dffbf150cf9945f80a0d44ca5011 | [log] [tgz] |
---|---|---|
author | Justin Yun <justinyun@google.com> | Mon Jan 02 03:46:16 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Jan 02 03:46:16 2023 +0000 |
tree | 04074a0005fdd3a2293de557ab9980dba42a5abc | |
parent | 9bfdaf1d55262a7d2715202606c2bf7cfc524eac [diff] | |
parent | 0c851c6534fca664576d8593e2a6c1fa67637cf9 [diff] |
Merge "Add missing target from makefile"
diff --git a/core/tasks/vendor_snapshot.mk b/core/tasks/vendor_snapshot.mk index d1849ab..3623235 100644 --- a/core/tasks/vendor_snapshot.mk +++ b/core/tasks/vendor_snapshot.mk
@@ -95,6 +95,7 @@ .PHONY: vendor-hwasan-snapshot vendor-hwasan-snapshot: PRIVATE_MAKEFILE := $(current_makefile) +vendor-hwasan-snapshot: $(call echo-error,$(PRIVATE_MAKEFILE),\ "CANNOT generate Vendor HWASAN snapshot. BOARD_VNDK_VERSION must be set to 'current'.") exit 1