aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell
diff options
context:
space:
mode:
authorGravatar cpeyser <cpeyser@google.com>2017-11-03 18:42:59 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-06 20:19:54 +0100
commit2a41993d1c2967ee64e7e1c50955de1684f71d73 (patch)
tree1e22c53f9ce0d5541f4665d58d6379ba0ede322c /src/test/shell
parent79fb46712975935a7517d8fdf6e0011b4b8df710 (diff)
Remove legacy implementation of objc compilation/archiving/linking.
PiperOrigin-RevId: 174481563
Diffstat (limited to 'src/test/shell')
-rwxr-xr-xsrc/test/shell/bazel/apple/bazel_apple_test.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/shell/bazel/apple/bazel_apple_test.sh b/src/test/shell/bazel/apple/bazel_apple_test.sh
index fca1d6c664..f3e0ae3305 100755
--- a/src/test/shell/bazel/apple/bazel_apple_test.sh
+++ b/src/test/shell/bazel/apple/bazel_apple_test.sh
@@ -169,7 +169,6 @@ std::string GetString() { return "h3ll0"; }
EOF
bazel build --verbose_failures //package:lipo_out \
- --experimental_objc_crosstool=all \
--apple_crosstool_transition \
--ios_multi_cpus=i386,x86_64 \
--xcode_version=$XCODE_VERSION \
@@ -245,7 +244,6 @@ std::string GetString() { return "h3ll0"; }
EOF
bazel build --verbose_failures //package:lipo_out \
- --experimental_objc_crosstool=library \
--apple_crosstool_transition \
--watchos_cpus=armv7k \
--xcode_version=$XCODE_VERSION \