Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up rules_android WORKSPACE #55

Merged

Commits on Dec 1, 2022

  1. Clean up rules_android WORKSPACE

    * Separate http_archives into prereqs.bzl
    * Move all dep macro calls and external package manager calls
      (go_repository, maven_install) into defs.bzl
    
    Significantly reduces the bloat in WORKSPACE, and makes integration by
    users much easier (only need to call rules_android_prereqs() and
    rules_android_workspace()).
    
    NOTE: This will eventually be deprecated once we make bzlmod the default
    dependency manager for rules_android by mandating
    --[experimental_]enable_bzlmod in user bazelrc files.
    ted-xie committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5ce3ffe View commit details
    Browse the repository at this point in the history