queryview: don't generate 'for' attributes

'for' is a reserved keyword

Test: CI
Fixes: b/233579439
Change-Id: I7b94250574465353bbd6bfb82a7ea37ce9ae17a3
This commit is contained in:
Jingwen Chen 2022-05-23 09:38:39 +00:00
parent 14b500daba
commit d9d096ec7c

View file

@ -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
}
)