commit | 6cbb1275648b76377764a96960b7fd206e1a4917 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Apr 08 11:23:01 2015 -0700 |
committer | Colin Cross <ccross@android.com> | Wed Apr 08 15:19:36 2015 -0700 |
tree | bba434a10eeccd67ccffdb74f72242c9de8c98e4 | |
parent | fce532760f1d22c23df764aefbd3e08592c76105 [diff] |
Fix missing bootclasspath error in java compiles If a java library only links against the same jar as bootclasspath, the jar was being added to classpath and not bootclasspath, leaving bootclasspath blank and using the default bootclasspath. Reverse the order so that bootclasspath takes effect. Change-Id: Ib9fbf01897314a57228013d4aef52606390b0aca