queryview: don't generate 'for' attributes am: d9d096ec7c
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2098619 Change-Id: I3c43fcee824613a504ebfb5a4f21a44e297f4e60 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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