queryview: don't generate 'for' attributes
'for' is a reserved keyword Test: CI Fixes: b/233579439 Change-Id: I7b94250574465353bbd6bfb82a7ea37ce9ae17a3
This commit is contained in:
parent
14b500daba
commit
d9d096ec7c
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ var (
|
|||
"target": true, // interface prop type is not supported yet.
|
||||
"visibility": true, // Bazel has native visibility semantics. Handle later.
|
||||
"features": true, // There is already a built-in attribute 'features' which cannot be overridden.
|
||||
"for": true, // reserved keyword, b/233579439
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue