1*b16991f9SAndroid Build Coastguard Worker"""Set up configurable Android SDK and NDK dependencies.""" 2*b16991f9SAndroid Build Coastguard Worker 3*b16991f9SAndroid Build Coastguard Workerdef android_workspace(): 4*b16991f9SAndroid Build Coastguard Worker # String for replacement in Bazel template. 5*b16991f9SAndroid Build Coastguard Worker # These will either be replaced by android_sdk_repository if various ENV 6*b16991f9SAndroid Build Coastguard Worker # variables are set when `local_config_android` repo_rule is run, or they 7*b16991f9SAndroid Build Coastguard Worker # will be replaced by noops otherwise. 8*b16991f9SAndroid Build Coastguard Worker MAYBE_ANDROID_SDK_REPOSITORY 9*b16991f9SAndroid Build Coastguard Worker MAYBE_ANDROID_NDK_REPOSITORY 10