Skip to content

Commit

Permalink
Update bazel/android_configure.bzl
Browse files Browse the repository at this point in the history
Co-authored-by: JP Simard <jp@jpsim.com>
  • Loading branch information
keith and jpsim authored Feb 4, 2022
1 parent 919b383 commit ef5eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/android_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This rule is a no-op unless the required android environment variables are set.
# Workaround for https://github.com/bazelbuild/bazel/issues/14260

_ANDROID_NDK_HOME = "ANDROID_NDK_HOME"
_ANDROID_SDK_HOME = "ANDROID_SDK_HOME"
_ANDROID_SDK_HOME = "ANDROID_HOME"

def _android_autoconf_impl(repository_ctx):
sdk_home = repository_ctx.os.environ.get(_ANDROID_SDK_HOME)
Expand Down

0 comments on commit ef5eeaa

Please sign in to comment.