Skip to content

Commit

Permalink
Reset example files
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon committed Sep 19, 2023
1 parent 778daf9 commit 7184085
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions examples/basic/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module(name = "basic_example")

bazel_dep(name = "rules_android_ndk")
local_path_override(
module_name = "rules_android_ndk",
path = "../..",
)
5 changes: 1 addition & 4 deletions examples/basic/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ local_repository(

load("@rules_android_ndk//:rules.bzl", "android_ndk_repository")

android_ndk_repository(
name = "androidndk",
version = "r25c",
)
android_ndk_repository(name = "androidndk")

0 comments on commit 7184085

Please sign in to comment.