Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HappyCerberus/cd9a730e40d0c8380692e832f3b900ce to your computer and use it in GitHub Desktop.
Save HappyCerberus/cd9a730e40d0c8380692e832f3b900ce to your computer and use it in GitHub Desktop.
Google APIs import
# googleapis
http_archive(
name = "com_google_googleapis",
sha256 = "0744d1a1834ab350126b12ebe2b4bb1c8feb5883bd1ba0a6e876cb741d569994",
strip_prefix = "googleapis-bcc476396e799806d3355e87246c6becf6250a70",
urls = ["https://github.com/googleapis/googleapis/archive/bcc476396e799806d3355e87246c6becf6250a70.tar.gz"],
)
load("@com_google_googleapis//:repository_rules.bzl", "switched_rules_by_language")
switched_rules_by_language(
name = "com_google_googleapis_imports",
cc = true,
grpc = true,
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment