Fix minor typo in error message

Test: None
Change-Id: I0ab2dc776456c32ab9c1ce7470e78f59a40c8d43
This commit is contained in:
Greg Kaiser
2024-03-29 19:43:49 +00:00
parent d3df8b5b06
commit 52ac09fbdf

View File

@@ -992,7 +992,7 @@ endif
# BOARD_API_LEVEL for vendor API surface # BOARD_API_LEVEL for vendor API surface
ifdef RELEASE_BOARD_API_LEVEL ifdef RELEASE_BOARD_API_LEVEL
ifdef BOARD_API_LEVEL ifdef BOARD_API_LEVEL
$(error BOARD_API_LEVEL must not set manully. The build system automatically sets this value.) $(error BOARD_API_LEVEL must not be set manually. The build system automatically sets this value.)
endif endif
BOARD_API_LEVEL := $(RELEASE_BOARD_API_LEVEL) BOARD_API_LEVEL := $(RELEASE_BOARD_API_LEVEL)
.KATI_READONLY := BOARD_API_LEVEL .KATI_READONLY := BOARD_API_LEVEL