Merge "Add missing target from makefile" am: 857260905b

Original change: https://android-review.googlesource.com/c/platform/build/+/2372088

Change-Id: I8d4f5401e506dba42b5e0b6959fe2b2eaad4d119
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Justin Yun
2023-01-02 04:19:41 +00:00
committed by Automerger Merge Worker

View File

@@ -95,6 +95,7 @@ vendor-fake-snapshot:
.PHONY: vendor-hwasan-snapshot .PHONY: vendor-hwasan-snapshot
vendor-hwasan-snapshot: PRIVATE_MAKEFILE := $(current_makefile) vendor-hwasan-snapshot: PRIVATE_MAKEFILE := $(current_makefile)
vendor-hwasan-snapshot:
$(call echo-error,$(PRIVATE_MAKEFILE),\ $(call echo-error,$(PRIVATE_MAKEFILE),\
"CANNOT generate Vendor HWASAN snapshot. BOARD_VNDK_VERSION must be set to 'current'.") "CANNOT generate Vendor HWASAN snapshot. BOARD_VNDK_VERSION must be set to 'current'.")
exit 1 exit 1