Merge "Add missing export/unexport directives" am: 67e72529c4
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1513335 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I16d3f4210df3d1e2d59a5785422ad732546935e4
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