We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5763e38 commit cf60d15Copy full SHA for cf60d15
src/java/com/google/devtools/mobileharness/service/deviceconfig/BUILD
@@ -20,6 +20,7 @@ package(
20
default_applicable_licenses = ["//:license"],
21
default_visibility = [
22
"//src/java/com/google/devtools/mobileharness/service/deviceconfig:__subpackages__",
23
+ "//third_party/py/multitest_transport:__pkg__",
24
],
25
)
26
src/java/com/google/devtools/mobileharness/service/deviceconfig/storage/BUILD
@@ -22,6 +22,17 @@ package(
+filegroup(
+ name = "device_config_sql",
27
+ srcs = [
28
+ "device_config_table.sdl",
29
+ "lab_config_table.sdl",
30
+ ],
31
+ visibility = [
32
33
34
+)
35
+
36
java_library(
37
name = "storage_client",
38
srcs = ["StorageClient.java"],
0 commit comments