davido / bucklets

Reusable building blocks for Buck build system. Please upload patches to this Gerrit project https://gerrit-review.googlesource.com/#/admin/projects/bucklets
Apache License 2.0
23 stars 1 forks source link

Get Android AARs from Maven, too. #4

Closed abscondment closed 9 years ago

abscondment commented 9 years ago

To use packaged resources (e.g. AppCompat styles), one needs to be able to reference the AAR versions of libraries, too.

This is a copy/paste of the maven_jar bucklet, but uses android_prebuilt_aar at the end instead. Please make sure I've not done something stupid ;)

davido commented 9 years ago

Thanks for your contribution. Can you upload your patch to this bucklets project in this gerrit instance for review instead: [1]? Gerrit has also documentation howto contribute: [2].

[1] https://gerrit-review.googlesource.com/#/admin/projects/bucklets [2] https://github.com/gerrit-review/gerrit/blob/master/SUBMITTING_PATCHES

abscondment commented 9 years ago

@davido Ok, I believe I've done this correctly. LMK if you need anything else!

davido commented 9 years ago

Thanks.