1"""Set up configurable Android SDK and NDK dependencies.""" 2 3def 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 10