grab / grazel

A tool to migrate Android projects from Gradle to Bazel incrementally and automatically

Home Page:https://grab.github.io/grazel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate accurate `jetify_include_list`

arunkumar9t2 opened this issue · comments

Currently all artifacts are put in jetify_include_list whether they use old support libs are not. We can use ResolvedComponentResult API to traverse transitives of each artifact and determine jetify is really needed or not.

Rewrite JetifierDataExtractor to be cacheable Gradle task preferably.

Blocked by #89