OSDN Git Service

Remove bootclasspath handling for Jack
authorYohann Roussel <yroussel@google.com>
Thu, 21 Apr 2016 14:49:10 +0000 (16:49 +0200)
committerYohann Roussel <yroussel@google.com>
Fri, 22 Apr 2016 07:29:32 +0000 (09:29 +0200)
commitae2fc8170666e5941b7a0ec2f3fea8f0b1254a6f
tree9df169868072fdc4a07251c0c71fb917610a1a64
parent2dc79b11cd0a70a1857386ef8dc780a4834fa260
Remove bootclasspath handling for Jack

Bootclasspath libraries are already added in LOCAL_JAVA_LIBRARIES by
java.mk and host_dalvik_java_library.mk meaning that bootclasspath
handling was just doing a duplicate work and adding duplicated entries
to the classpath.

Also fix order of bootclasspath libraries for host.

Bug: 28307907
Change-Id: I6e98fc651a127435c029de65285dbf2cb04844af
core/definitions.mk
core/host_dalvik_java_library.mk
core/host_dalvik_static_java_library.mk
core/java_common.mk