Skip to content

Commit

Permalink
Remove dep on android ndk.
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Jan 2, 2025
1 parent b23d625 commit 34355dd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ workspace(name = "rules_jvm_external")

android_sdk_repository(name = "androidsdk")

android_ndk_repository(name = "androidndk")

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
load(
"//private:versions.bzl",
Expand Down
1 change: 0 additions & 1 deletion WORKSPACE.bzlmod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ workspace(name = "rules_jvm_external")

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

0 comments on commit 34355dd

Please sign in to comment.