Skip to content

Commit 5439456

Browse files
authored
Discard changes to rules/android_local_test.bzl
1 parent e046ec0 commit 5439456

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rules/android_local_test.bzl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License.
1414
"""Bazel rule for Android local test."""
1515

16-
load("@rules_android//android:rules.bzl", "android_local_test")
1716
load(":migration_tag_DONOTUSE.bzl", _add_migration_tag = "add_migration_tag")
1817

1918
def android_local_test(**attrs):
@@ -24,4 +23,4 @@ def android_local_test(**attrs):
2423
Args:
2524
**attrs: Rule attributes
2625
"""
27-
android_local_test(**_add_migration_tag(attrs))
26+
native.android_local_test(**_add_migration_tag(attrs))

0 commit comments

Comments
 (0)