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 896d066 commit 6f1dca0Copy full SHA for 6f1dca0
common/BUILD.bazel
@@ -11,10 +11,10 @@ java_library(
11
name = "common",
12
deprecation = "Use split targets instead",
13
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",
+ ":cel_ast",
+ ":cel_descriptors",
+ ":cel_exception",
+ ":cel_source",
18
],
19
)
20
@@ -112,7 +112,6 @@ cel_android_library(
112
java_library(
113
name = "cel_exception",
114
# used_by_android
115
- visibility = ["//:internal"],
116
exports = ["//common/src/main/java/dev/cel/common:cel_exception"],
117
118
0 commit comments