tested bazel build //examples:android-app still works after the change
Background: Android sdk is only used for building the Android example app. bzl/android_configure.bzl configures the Android sdk when the environment variable ANDROID_HOME is set. But it also hardcoded a specific version which is not really necessary.
tested
bazel build //examples:android-app
still works after the changeBackground: Android sdk is only used for building the Android example app.
bzl/android_configure.bzl
configures the Android sdk when the environment variable ANDROID_HOME is set. But it also hardcoded a specific version which is not really necessary.