commit | 2097830df79aa14ebe581f477406a34e6f5cb7e9 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Apr 10 17:05:07 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Fri Apr 10 17:49:44 2015 -0700 |
tree | 91f9399ffa2d3801a3333716cf007491965e01f0 | |
parent | 9b6826f7cf654f3f7e947bd65448ef318f14278f [diff] |
Extract classes out of jarjar jar for static java libraries jarjar modifies the .class files in a jar, when using static java library dependencies we need to use the modified class files and not the ones that javac produced. If jarjar is enabled, use the prebuilt jar extractor to get the classes out of classes-jarjar.jar and export them through j.classJarSpecs. Change-Id: Ia2854f1c26d630da12cab7c421007aad4f793ecd