commit | 285f698e6309f8049f239c3d6074bcf4b7d28d60 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Mar 23 18:30:33 2018 +0900 |
committer | Jiyong Park <jiyong@google.com> | Fri Mar 30 15:49:11 2018 +0900 |
tree | 37111ccc80b3db17a5e28fca3e1a5f6a1b3ea1a2 | |
parent | e43dd95e8f3520a0e3bcf1445726c94c845d251c [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: Ib1fb4ebdbdde42dec1028160a5473c645913d258 Change-Id: Ib1fb4ebdbdde42dec1028160a5473c645913d258