Skip to content

Commit

Permalink
mobile/
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax committed Dec 13, 2024
1 parent 57b6eb4 commit 54abb67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mobile/library/jni/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ genrule(
genrule(
name = "jni_md_h",
srcs = select({
"//conditions:default": ["@bazel_tools//tools/jdk:jni_md_header-linux"],
"//conditions:default": [],
"@platforms//os:linux": ["@bazel_tools//tools/jdk:jni_md_header-linux"],
"@platforms//os:windows": ["@bazel_tools//tools/jdk:jni_md_header-windows"],
"@platforms//os:macos": ["@bazel_tools//tools/jdk:jni_md_header-darwin"],
}),
Expand All @@ -30,6 +31,8 @@ envoy_cc_library(
],
hdrs = [
"jni_utility.h",
":jni_h",
":jni_md_h",
],
repository = "@envoy",
deps = [
Expand Down

0 comments on commit 54abb67

Please sign in to comment.