android / android-studio-poet

Large Android projects generator
Apache License 2.0
702 stars 85 forks source link

Add Bazel support. #133

Closed jin closed 6 years ago

jin commented 6 years ago

This PR adds support for Bazel BUILD and WORKSPACE file generation, gated by the generateBazelFiles configuration option.

This has been used to generate a wide array of projects at https://github.com/jin/android-projects.

What's in this PR:

What's not in this PR:

jin commented 6 years ago

Thanks for all the comments and I'm really sorry for making such a big PR!

NikitaKozlov commented 6 years ago

@jin No problem. I left one more small comment, but I suggest to fix it in the PR with the language abstraction. @borisf The PR LGTM!