Skip to content

Instantly share code, notes, and snippets.

@mig35
Created July 8, 2019 06:45
Show Gist options
  • Save mig35/d68373c77d74fa968e7c845587aecdf2 to your computer and use it in GitHub Desktop.
Save mig35/d68373c77d74fa968e7c845587aecdf2 to your computer and use it in GitHub Desktop.
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_android",
urls = ["https://github.com/bazelbuild/rules_android/archive/v0.1.1.zip"],
sha256 = "cd06d15dd8bb59926e4d65f9003bfc20f9da4b2519985c27e190cddc8b7a7806",
strip_prefix = "rules_android-0.1.1",
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment