Add missing export/unexport directives
Test: treehugger Bug: 172923994 Change-Id: I70494a02d37d149042a4d5772f1cf14b8bbcc06e
This commit is contained in:
@@ -553,12 +553,14 @@ var directives = [...]string{
|
|||||||
"else",
|
"else",
|
||||||
"endef",
|
"endef",
|
||||||
"endif",
|
"endif",
|
||||||
|
"export",
|
||||||
"ifdef",
|
"ifdef",
|
||||||
"ifeq",
|
"ifeq",
|
||||||
"ifndef",
|
"ifndef",
|
||||||
"ifneq",
|
"ifneq",
|
||||||
"include",
|
"include",
|
||||||
"-include",
|
"-include",
|
||||||
|
"unexport",
|
||||||
}
|
}
|
||||||
|
|
||||||
var functions = [...]string{
|
var functions = [...]string{
|
||||||
|
Reference in New Issue
Block a user