Merge "Add missing target from makefile"

This commit is contained in:
Justin Yun 2023-01-02 03:46:16 +00:00 committed by Gerrit Code Review
commit 857260905b

View file

@ -95,6 +95,7 @@ vendor-fake-snapshot:
.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