Skip to content

Commit

Permalink
Remove unused default SDK attribute.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676931190
Change-Id: I45f4acb1559ee79ea43e276cdc1c9ced5887d044
  • Loading branch information
katre authored and copybara-github committed Sep 20, 2024
1 parent ff579c8 commit 8b368bf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rules/attrs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,6 @@ _JAVA_RUNTIME = dict(
),
)

_DEFAULT_ANDROID_SDK = configuration_field(
fragment = "android",
name = "android_sdk_label",
)

# Android SDK attribute.
_ANDROID_SDK = dict(
_dummy_android_sdk = attr.label(
Expand Down

0 comments on commit 8b368bf

Please sign in to comment.