github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/android/android.bzl.tpl (about) 1 """Set up configurable Android SDK and NDK dependencies.""" 2 3 def android_workspace(): 4 # String for replacement in Bazel template. 5 # These will either be replaced by android_sdk_repository if various ENV 6 # variables are set when `local_config_android` repo_rule is run, or they 7 # will be replaced by noops otherwise. 8 MAYBE_ANDROID_SDK_REPOSITORY 9 MAYBE_ANDROID_NDK_REPOSITORY