[TIMOB-24467] Unify .jar dupe detection in Hyperloop and Titanium SDK
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | Hyperloop 2.0.1, Release 6.0.2 |
| Fix Version/s | n/a |
| Components | Android, Hyperloop, Tooling |
| Labels | n/a |
| Reporter | Jan Vennemann |
| Assignee | Unknown |
| Created | 2017-03-08T17:58:14.000+0000 |
| Updated | 2018-02-28T19:55:45.000+0000 |
Description
As of now Hyperloop and the Android builder in our SDK both include a check for duplicate .jar files.
[~cwilliams] made a few suggestions in https://github.com/appcelerator/hyperloop.next/pull/129 to optimize this:
- Reuse the same code if possible
- do the check before we run through dexer (and after hyperloop/plugins/hooks may have modified the list of JARs)
No comments