Merge "Account for "validations:"" am: b5f81d2a6a
am: 3996eb1a77
am: d1e248c441
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1901170 Change-Id: Ib57f50172e27e751e953e42ed4300e954a606e03
This commit is contained in:
@@ -67,6 +67,9 @@ function getDeps() {
|
||||
$0 ~ /^\S\S*:$/ {
|
||||
inoutput = 0
|
||||
}
|
||||
$1 == "validations:" {
|
||||
inoutput = 0
|
||||
}
|
||||
inoutput != 0 {
|
||||
print gensub(/^\s*/, "", "g")" "depth
|
||||
}
|
||||
|
@@ -100,7 +100,7 @@ function getDeps() {
|
||||
currFileName = ""
|
||||
currExt = ""
|
||||
}
|
||||
$1 == "outputs:" {
|
||||
$1 == "outputs:" || $1 == "validations:" {
|
||||
ininput = 0
|
||||
}
|
||||
ininput == 0 && $0 ~ /^\S\S*:$/ {
|
||||
|
Reference in New Issue
Block a user