Skip to content

Commit

Permalink
Partial back out "[buck2][android] android_emulators rule"
Browse files Browse the repository at this point in the history
Summary:
Better solution is to just ignore local resource types in test provider which is done in D45818088

This diff partially backs out D45815384 except for change introduced in D45818088.

Reviewed By: IanChilds

Differential Revision: D45867323

fbshipit-source-id: d5b8cb4274d0c723b151200d6eaaa43abd57d508
  • Loading branch information
blackm00n authored and facebook-github-bot committed May 17, 2023
1 parent 68f0696 commit eaf3323
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion prelude/android/android.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ extra_attributes = {
"_java_toolchain": java_toolchain_for_android(),
},
"android_instrumentation_test": {
"_android_emulators": attrs.default_only(attrs.dep(default = "fbsource//xplat/buck2/platform/android:android_emulators", providers = [LocalResourceInfo])),
"_android_toolchain": android_toolchain(),
"_java_toolchain": java_toolchain_for_android(),
},
Expand Down
28 changes: 0 additions & 28 deletions prelude/android/user/android_emulators.bzl

This file was deleted.

2 changes: 0 additions & 2 deletions prelude/user/all.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
# of this source tree.

load("@prelude//android/user:android_emulators.bzl", _android_emulators_spec = "registration_spec")
load("@prelude//apple/user:apple_resource_bundle.bzl", _apple_resource_bundle_spec = "registration_spec")
load("@prelude//apple/user:apple_selective_debugging.bzl", _apple_selective_debugging_spec = "registration_spec")
load("@prelude//apple/user:apple_simulators.bzl", _apple_simulators_spec = "registration_spec")
Expand All @@ -19,7 +18,6 @@ load(":extract_archive.bzl", _extract_archive_spec = "registration_spec")

_all_specs = [
_extract_archive_spec,
_android_emulators_spec,
_apple_tools_spec,
_apple_selective_debugging_spec,
_apple_resource_bundle_spec,
Expand Down

0 comments on commit eaf3323

Please sign in to comment.