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 f0d6d59 commit 8842bbfCopy full SHA for 8842bbf
BUILD
@@ -2,13 +2,6 @@ licenses(["notice"])
2
3
exports_files(["LICENSE"])
4
5
-exports_files(
6
- ["platform_mappings"],
7
- visibility = [
8
- "//test:__subpackages__",
9
- ],
10
-)
11
-
12
# See the note in __init__.py for why this is needed.
13
py_library(
14
name = "py_init_shim",
platform_mappings
test/test_rules.bzl
@@ -103,7 +103,6 @@ def apple_shell_test(
103
data = [
104
src,
105
"//:for_bazel_tests",
106
- "//:platform_mappings",
107
"//test:apple_shell_testutils.sh",
108
"//test/testdata/provisioning:integration_testing_profiles",
109
"//test:unittest.bash",
0 commit comments