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 5439456 commit a36ea52Copy full SHA for a36ea52
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