Skip to content

Commit

Permalink
build: do not specify NDK path in WORKSPACE file (#1669)
Browse files Browse the repository at this point in the history
Relying on the env variable makes local builds easier

Signed-off-by: Snow Pettersen <snowp@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
snowp authored and jpsim committed Nov 28, 2022
1 parent ddd708e commit 4b64dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ declare_python_abi(name = "python_abi", python_version = "3")

# Note: proguard is failing for API 30+
android_sdk_repository(name = "androidsdk", api_level = 29)
android_ndk_repository(name = "androidndk", path = "/Users/runner/Library/Android/sdk/ndk/21.3.6528147", api_level = 21)
android_ndk_repository(name = "androidndk", api_level = 21)

load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

Expand Down

0 comments on commit 4b64dfc

Please sign in to comment.