File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed
core/java/androidx/test/core
espresso/core/java/androidx/test/espresso Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,14 @@ android_library(
3636)
3737
3838kt_android_library (
39- name = "core_internal " ,
39+ name = "core " ,
4040 srcs = glob (
4141 [
4242 "**/*.java" ,
4343 "**/*.kt" ,
4444 ],
4545 ),
4646 tags = ["alt_dep=//core" ],
47- visibility = ["//visibility:private" ],
4847 deps = [
4948 ":manifest" ,
5049 "//opensource/androidx:annotation" ,
@@ -57,26 +56,14 @@ kt_android_library(
5756 ],
5857)
5958
60- # TODO(b/199522848): delete these targets once espresso moves to testonly
61- android_library (
62- name = "core" ,
63- exports = [":core_internal" ],
64- )
65-
66- android_library (
67- name = "core_not_test_only" ,
68- visibility = ["//espresso/core/java/androidx/test/espresso:__subpackages__" ],
69- exports = [":core_internal" ],
70- )
71-
7259# kt_android_library does not produce an aar, so wrap in a android_library for release
7360android_library (
7461 name = "core_aar_lib" ,
7562 manifest = "AndroidManifest.xml" ,
7663 resource_files = glob (["res/**" ]),
7764 visibility = ["//visibility:private" ],
7865 exports = [
79- ":core_internal " ,
66+ ":core " ,
8067 ],
8168)
8269
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ kt_android_library(
4444 javacopts = COMMON_JAVACOPTS ,
4545 deps = [
4646 ":adapter_view_protocol" ,
47- "//core/java/androidx/test/core:core_not_test_only " ,
47+ "//core" ,
4848 "//espresso/core/java/androidx/test/espresso:framework" ,
4949 "//espresso/core/java/androidx/test/espresso:interface" ,
5050 "//espresso/core/java/androidx/test/espresso/matcher" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ android_library(
9999 ],
100100 visibility = ["//visibility:public" ],
101101 deps = [
102- "//core/java/androidx/test/core:core_not_test_only " ,
102+ "//core" ,
103103 "//espresso/core/java/androidx/test/espresso:interface" ,
104104 "//espresso/core/java/androidx/test/espresso/internal/inject" ,
105105 "//espresso/core/java/androidx/test/espresso/util" ,
You can’t perform that action at this time.
0 commit comments