Skip to content

Commit df62a91

Browse files
nreid260copybara-androidxtest
authored andcommitted
Internal Code Change
PiperOrigin-RevId: 533267529
1 parent 539beb6 commit df62a91

File tree

1 file changed

+1
-2
lines changed
  • services/shellexecutor/java/androidx/test/services/shellexecutor

1 file changed

+1
-2
lines changed

services/shellexecutor/java/androidx/test/services/shellexecutor/BUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
load("@build_bazel_rules_android//android:rules.bzl", "android_library")
2-
load("@io_bazel_rules_kotlin//kotlin:android.bzl", "kt_android_library")
32

43
# A shell command execution server to allow shell commands to be run at elevated permissions
54

65
package(default_applicable_licenses = ["//services:license"])
76

87
licenses(["notice"])
98

10-
kt_android_library(
9+
android_library(
1110
name = "coroutine_file_observer",
1211
srcs = [
1312
"CoroutineFileObserver.kt",

0 commit comments

Comments
 (0)