Fix minor typo in error message
Test: None Change-Id: I0ab2dc776456c32ab9c1ce7470e78f59a40c8d43
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user