We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c3ed5 commit 1c4a783Copy full SHA for 1c4a783
1 file changed
rules/android_local_test.bzl
@@ -23,4 +23,6 @@ def android_local_test(**attrs):
23
Args:
24
**attrs: Rule attributes
25
"""
26
+
27
+ # buildifier: disable=native-android
28
native.android_local_test(**_add_migration_tag(attrs))
0 commit comments