Skip to content

Commit 29c7c7f

Browse files
committed
Remove dep on android ndk.
1 parent b23d625 commit 29c7c7f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

WORKSPACE

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ workspace(name = "rules_jvm_external")
22

33
android_sdk_repository(name = "androidsdk")
44

5-
android_ndk_repository(name = "androidndk")
6-
75
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
86
load(
97
"//private:versions.bzl",

WORKSPACE.bzlmod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ workspace(name = "rules_jvm_external")
22

33
# Use this until we can use some pure-bzlmod approach
44
android_sdk_repository(name = "androidsdk")
5-
android_ndk_repository(name = "androidndk")

0 commit comments

Comments
 (0)