xref: /aosp_15_r20/external/tflite-support/third_party/android/android.bzl.tpl (revision b16991f985baa50654c05c5adbb3c8bbcfb40082)
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