OSDN Git Service

Set -bootclasspath to "" if LOCAL_NO_STANDARD_LIBRARIES
authorYing Wang <wangying@google.com>
Mon, 23 Nov 2015 22:57:26 +0000 (14:57 -0800)
committerYing Wang <wangying@google.com>
Mon, 23 Nov 2015 22:57:26 +0000 (14:57 -0800)
commitc6a301756cd6bc58691cde69513b28e7ee0d1ac6
treef649ffc321d2204de0f6f7c3ae6b5a7e85bcc2b7
parent94a47cd03ab2414ef6c59823cf70904bd7cce4ad
Set -bootclasspath to "" if LOCAL_NO_STANDARD_LIBRARIES

Without this if a Java libraryw with LOCAL_NO_STANDARD_LIBRARIES doesn't
have core-libart in its LOCAL_JAVA_LIBRARIES, it would use core-libart
as bootclasspath but without having dependency on it.

Change-Id: I611a5a5df2bf0ad59e0be50ed1ad1afe8b843e90
core/host_dalvik_java_library.mk
core/host_dalvik_static_java_library.mk
core/java_common.mk