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:
@@ -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 :=
|
||||
|
Reference in New Issue
Block a user