Skip to content

Commit 1c4a783

Browse files
committed
fix android_local_test
1 parent f7c3ed5 commit 1c4a783

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rules/android_local_test.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ def android_local_test(**attrs):
2323
Args:
2424
**attrs: Rule attributes
2525
"""
26+
27+
# buildifier: disable=native-android
2628
native.android_local_test(**_add_migration_tag(attrs))

0 commit comments

Comments
 (0)