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",
|
||||
"endef",
|
||||
"endif",
|
||||
"export",
|
||||
"ifdef",
|
||||
"ifeq",
|
||||
"ifndef",
|
||||
"ifneq",
|
||||
"include",
|
||||
"-include",
|
||||
"unexport",
|
||||
}
|
||||
|
||||
var functions = [...]string{
|
||||
|
Reference in New Issue
Block a user