Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
load("@bazel_skylib//rules:build_test.bzl", "build_test")
load("@rules_rust//rust:defs.bzl", "rust_binary")
load(":boringssl_utils.bzl", "boringssl_build_script_dir")

rust_binary(
name = "build_script_dir_maker",
srcs = ["build_script_dir_maker.rs"],
edition = "2021",
)

# This target lays out the output needed from boringssl in the directory structure needed by the boring-sys build script.
boringssl_build_script_dir(
name = "boringssl_gen_dir",
out = "boringssl_gen_dir_out",
crypto = "@boringssl//:crypto",
ssl = "@boringssl//:ssl",
visibility = ["//visibility:public"],
)

build_test(
name = "build_test",
targets = [
"@complicated_dependencies//:boring",
"@complicated_dependencies//:openssl",
],
)
Loading
Loading