Skip to content

Commit

Permalink
feat - Android test variant support (#194)
Browse files Browse the repository at this point in the history
Changes:
- Updated AndroidUtils to populate all fields individually so failure in retrieval of one property won't lead to the collapse of whole source set.
- Added android resource directories only if the variant is not a unit test
- Updated GradleApiConnectorTest#testAndroidSourceSets to consider the all the test variants and their dependencies
- AndroidUtils#convertVariantToGradleSourceSet now returns a list of source sets rather than a single source set.
- AndroidUtils#addTests now returns a list of test source sets.
  • Loading branch information
Tanish-Ranjan authored Sep 13, 2024
1 parent 34b8c05 commit e06306a
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 90 deletions.
Loading

0 comments on commit e06306a

Please sign in to comment.