File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ def _android_environment_impl(ctx):
94
94
optional_deps = []
95
95
if ctx .attr .custom_adb :
96
96
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
98
98
return [
99
99
AndroidEnvironmentInfo (
100
100
android_sdk = android_sdk ,
@@ -135,7 +135,7 @@ android_environment = rule(
135
135
),
136
136
),
137
137
toolchains = [
138
- "//third_party/bazel_rules/rules_android /toolchains/android_sdk:toolchain_type" ,
138
+ "//tools/build_defs/android/release /toolchains/android_sdk:toolchain_type" ,
139
139
],
140
140
)
141
141
You can’t perform that action at this time.
0 commit comments