Skip to content

Commit 6f1dca0

Browse files
l46kokcopybara-github
authored andcommitted
Internal Changes
PiperOrigin-RevId: 736868562
1 parent 896d066 commit 6f1dca0

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

common/BUILD.bazel

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ java_library(
1111
name = "common",
1212
deprecation = "Use split targets instead",
1313
exports = [
14-
"//common/src/main/java/dev/cel/common:cel_ast",
15-
"//common/src/main/java/dev/cel/common:cel_descriptors",
16-
"//common/src/main/java/dev/cel/common:cel_exception",
17-
"//common/src/main/java/dev/cel/common:cel_source",
14+
":cel_ast",
15+
":cel_descriptors",
16+
":cel_exception",
17+
":cel_source",
1818
],
1919
)
2020

@@ -112,7 +112,6 @@ cel_android_library(
112112
java_library(
113113
name = "cel_exception",
114114
# used_by_android
115-
visibility = ["//:internal"],
116115
exports = ["//common/src/main/java/dev/cel/common:cel_exception"],
117116
)
118117

0 commit comments

Comments
 (0)