-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support packaging and extracting protos in Android aar (take 2) (#443)
Fixes the issue of ExtractIncludeProto tasks failing to match dependencies, which was caused by the previous commit trying to extract included protos for each Android source set instead for each variant. Android projects should extract included protos from each variant's compileClasspath as variants are compilation units for Android projects. So we will not create compileProtoPath configurations for Android source sets. This change includes an integration test for covering packaging/extracting protos in AAR.
- Loading branch information
Showing
21 changed files
with
772 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.