queryview: don't generate 'for' attributes
'for' is a reserved keyword Test: CI Fixes: b/233579439 Change-Id: I7b94250574465353bbd6bfb82a7ea37ce9ae17a3
This commit is contained in:
@@ -152,6 +152,7 @@ var (
|
|||||||
"target": true, // interface prop type is not supported yet.
|
"target": true, // interface prop type is not supported yet.
|
||||||
"visibility": true, // Bazel has native visibility semantics. Handle later.
|
"visibility": true, // Bazel has native visibility semantics. Handle later.
|
||||||
"features": true, // There is already a built-in attribute 'features' which cannot be overridden.
|
"features": true, // There is already a built-in attribute 'features' which cannot be overridden.
|
||||||
|
"for": true, // reserved keyword, b/233579439
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user