Skip to content

Commit 434a1ae

Browse files
committed
Revert "Add an example to check the flags are being stripped"
This reverts commit 22eb306.
1 parent 22eb306 commit 434a1ae

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

examples/ios/BUILD.bazel

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ load("@build_bazel_rules_apple//apple:ios.bzl", "ios_application")
22
load("@build_bazel_rules_apple//apple:macos.bzl", "macos_application")
33
load("@rules_cc//cc:defs.bzl", "cc_library", "objc_library")
44
load("@rules_rust//rust:defs.bzl", "rust_library")
5-
load("@rules_rust//cargo:cargo_build_script.bzl", "cargo_build_script")
65

76
cc_library(
87
name = "allocator_library",
@@ -91,14 +90,3 @@ platform(
9190
"@build_bazel_apple_support//constraints:device",
9291
],
9392
)
94-
95-
cargo_build_script(
96-
name = "build_script",
97-
srcs = ["build.rs"],
98-
)
99-
100-
rust_library(
101-
name = "build_script_consumer",
102-
srcs = ["empty.rs"],
103-
deps = [":build_script"],
104-
)

examples/ios/build.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/ios/empty.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)