commit | e43dd95e8f3520a0e3bcf1445726c94c845d251c | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Mar 23 12:19:44 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Mar 30 15:49:03 2018 +0900 |
tree | 594fbef9ed195d1ca128b3179d60e2844b57d49a | |
parent | 4e81938c8191f017a7dc86278d96bccf4cd52f93 [diff] |
javalib.jar -> classes.jar for the stubs included in SDK I6730e2d3ec38004874265b2a690442dec57b33f4 made it clear that we should depend on classes.jar for static java libraries. However, due to the existing references to javalib.jar, the build system has been copied classes.jar to javalib.jar. But, this is not the case for Soong-defined java libraries. Instead of doing the same thing for Soong-defined modules, directly fixing the case where javalib.jar is being referenced. Test: m -j dist Merged-In: Iabd04ba55411373c228ca4bf04fc99b7f155262c Change-Id: Iabd04ba55411373c228ca4bf04fc99b7f155262c