Skip to content
Compare
Choose a tag to compare
@ahumesky ahumesky released this 03 Aug 22:26
· 11 commits to master since this release

Initial release of tools_android.

  • Tools and macro for generating Android resources XML from google-services.json for Google Services.

To use this release, add this to your WORKSPACE file:

TOOLS_ANDROID_VERSION = "0.1"
http_archive(
  name = "tools_android",
  strip_prefix = "tools_android-" + TOOLS_ANDROID_VERSION,
  url = "https://github.com/bazelbuild/tools_android/archive/%s.tar.gz" % TOOLS_ANDROID_VERSION,
)
load("@tools_android//tools/googleservices:defs.bzl", "google_services_workspace_dependencies")
google_services_workspace_dependencies()