Skip to content

Commit 8706f6e

Browse files
navidqarfacebook-github-bot
authored andcommitted
Remove list_tests_command from android toolchain
Summary: list_tests_command is removed from android toolchain in D74107146 updating open source toolchain Reviewed By: IanChilds Differential Revision: D74297948 fbshipit-source-id: 692b73ad4bc157ac50e74ee227153889e94ebf11
1 parent 5045f21 commit 8706f6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

prelude/toolchains/android.bzl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def system_android_toolchain(
103103
]
104104
kwargs["instrumentation_test_runner_main_class"] = "com.facebook.buck.testrunner.InstrumentationMain"
105105
kwargs["jar_splitter_command"] = "prelude//toolchains/android/src/com/facebook/buck/android/dex:jar_splitter_binary"
106-
kwargs["list_tests_command"] = None
107106
kwargs["manifest_utils"] = "prelude//toolchains/android/src/com/facebook/buck/android:manifest_utils_binary"
108107
kwargs["merge_android_resource_sources"] = "prelude//toolchains/android/src/com/facebook/buck/android/aapt:merge_android_resource_sources_binary"
109108
kwargs["merge_android_resources"] = "prelude//toolchains/android/src/com/facebook/buck/android/resources:merge_android_resources_binary"
@@ -169,7 +168,6 @@ def system_android_toolchain_rule_impl(ctx):
169168
instrumentation_test_runner_classpath = ctx.attrs.instrumentation_test_runner_classpath,
170169
instrumentation_test_runner_main_class = ctx.attrs.instrumentation_test_runner_main_class,
171170
jar_splitter_command = ctx.attrs.jar_splitter_command,
172-
list_tests_command = ctx.attrs.list_tests_command,
173171
manifest_utils = ctx.attrs.manifest_utils,
174172
merge_android_resource_sources = ctx.attrs.merge_android_resource_sources,
175173
merge_android_resources = ctx.attrs.merge_android_resources,
@@ -227,7 +225,6 @@ system_android_toolchain_rule = rule(
227225
"instrumentation_test_runner_classpath": attrs.list(attrs.source()),
228226
"instrumentation_test_runner_main_class": attrs.string(),
229227
"jar_splitter_command": attrs.dep(providers = [RunInfo]),
230-
"list_tests_command": attrs.option(attrs.dep(providers = [RunInfo]), default = None),
231228
"manifest_utils": attrs.dep(providers = [RunInfo]),
232229
"merge_android_resource_sources": attrs.dep(providers = [RunInfo]),
233230
"merge_android_resources": attrs.dep(providers = [RunInfo]),

0 commit comments

Comments
 (0)