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
This commit is contained in:
Yohann Roussel
2016-04-21 16:49:10 +02:00
parent 2dc79b11cd
commit ae2fc81706
4 changed files with 7 additions and 51 deletions

View File

@@ -24,5 +24,4 @@ LOCAL_IS_STATIC_JAVA_LIBRARY := true
include $(BUILD_SYSTEM)/host_dalvik_java_library.mk
USE_CORE_LIB_BOOTCLASSPATH :=
LOCAL_IS_STATIC_JAVA_LIBRARY :=