We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e95754 commit 983c516Copy full SHA for 983c516
espresso/device/BUILD
@@ -4,19 +4,9 @@ package(default_applicable_licenses = ["//espresso:license"])
4
5
licenses(["notice"])
6
7
-# Add packages here to access EspressoDevice APIs.
8
-package_group(
9
- name = "device_api_allowlist",
10
- packages = [
11
- "//...",
12
- ],
13
-)
14
-
15
alias(
16
name = "device",
17
testonly = 1,
18
actual = "//espresso/device/java/androidx/test/espresso/device",
19
- visibility = [
20
- ":device_api_allowlist",
21
+ visibility = ["//visibility:public"],
22
)
0 commit comments