Skip to content

Commit 3c67396

Browse files
katrecopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 678290557 Change-Id: I01790dc56b834b4063c85f69ab98fde2647d4a66
1 parent d76787e commit 3c67396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher/environment.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def _android_environment_impl(ctx):
9494
optional_deps = []
9595
if ctx.attr.custom_adb:
9696
optional_deps.append(ctx.file.custom_adb)
97-
android_sdk = ctx.toolchains["//third_party/bazel_rules/rules_android/toolchains/android_sdk:toolchain_type"].android_sdk_info
97+
android_sdk = ctx.toolchains["//tools/build_defs/android/release/toolchains/android_sdk:toolchain_type"].android_sdk_info
9898
return [
9999
AndroidEnvironmentInfo(
100100
android_sdk = android_sdk,
@@ -135,7 +135,7 @@ android_environment = rule(
135135
),
136136
),
137137
toolchains = [
138-
"//third_party/bazel_rules/rules_android/toolchains/android_sdk:toolchain_type",
138+
"//tools/build_defs/android/release/toolchains/android_sdk:toolchain_type",
139139
],
140140
)
141141

0 commit comments

Comments
 (0)