@@ -9,28 +9,6 @@ package(default_applicable_licenses = ["//services:license"])
9
9
10
10
licenses (["notice" ])
11
11
12
- kt_android_library (
13
- name = "coroutine_file_observer" ,
14
- srcs = [
15
- "CoroutineFileObserver.kt" ,
16
- ],
17
- visibility = ["//visibility:private" ],
18
- deps = [
19
- "@maven//:org_jetbrains_kotlinx_kotlinx_coroutines_core" ,
20
- ],
21
- )
22
-
23
- kt_android_library (
24
- name = "file_observer_protocol" ,
25
- srcs = [
26
- "FileObserverProtocol.kt" ,
27
- "Messages.kt" ,
28
- ],
29
- visibility = [
30
- "//services/shellexecutor/javatests/androidx/test/services/shellexecutor:__subpackages__" ,
31
- ],
32
- )
33
-
34
12
proto_library (
35
13
name = "local_socket_protocol_pb" ,
36
14
srcs = ["local_socket_protocol.proto" ],
@@ -61,21 +39,17 @@ kt_android_library(
61
39
name = "exec_server" ,
62
40
srcs = [
63
41
"BlockingPublish.java" ,
64
- "FileObserverShellMain.kt" ,
65
42
"LocalSocketShellMain.kt" ,
66
43
"ShellCommand.java" ,
67
44
"ShellCommandExecutor.java" ,
68
45
"ShellCommandExecutorServer.java" ,
69
- "ShellCommandFileObserverExecutorServer.kt" ,
70
46
"ShellCommandLocalSocketExecutorServer.kt" ,
71
47
"ShellExecSharedConstants.java" ,
72
48
"ShellMain.java" ,
73
49
],
74
50
idl_srcs = ["Command.aidl" ],
75
51
visibility = [":export" ],
76
52
deps = [
77
- ":coroutine_file_observer" ,
78
- ":file_observer_protocol" ,
79
53
":local_socket_protocol" ,
80
54
":local_socket_protocol_pb_java_proto_lite" ,
81
55
"//services/speakeasy/java/androidx/test/services/speakeasy:protocol" ,
@@ -93,20 +67,16 @@ kt_android_library(
93
67
"ClientNotConnected.java" ,
94
68
"ShellCommand.java" ,
95
69
"ShellCommandClient.java" ,
96
- "ShellCommandFileObserverClient.kt" ,
97
70
"ShellCommandLocalSocketClient.kt" ,
98
71
"ShellExecSharedConstants.java" ,
99
72
"ShellExecutor.java" ,
100
73
"ShellExecutorFactory.java" ,
101
- "ShellExecutorFileObserverImpl.kt" ,
102
74
"ShellExecutorImpl.java" ,
103
75
"ShellExecutorLocalSocketImpl.kt" ,
104
76
],
105
77
idl_srcs = ["Command.aidl" ],
106
78
visibility = [":export" ],
107
79
deps = [
108
- ":coroutine_file_observer" ,
109
- ":file_observer_protocol" ,
110
80
":local_socket_protocol" ,
111
81
":local_socket_protocol_pb_java_proto_lite" ,
112
82
"//services/speakeasy/java/androidx/test/services/speakeasy:protocol" ,
0 commit comments