Fix minor typo in error message
Test: None Change-Id: I0ab2dc776456c32ab9c1ce7470e78f59a40c8d43
This commit is contained in:
parent
d3df8b5b06
commit
52ac09fbdf
1 changed files with 1 additions and 1 deletions
|
@ -992,7 +992,7 @@ endif
|
|||
# BOARD_API_LEVEL for vendor API surface
|
||||
ifdef RELEASE_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
|
||||
BOARD_API_LEVEL := $(RELEASE_BOARD_API_LEVEL)
|
||||
.KATI_READONLY := BOARD_API_LEVEL
|
||||
|
|
Loading…
Reference in a new issue