OSDN Git Service

CTS: work around ClassLoader limitation
authorKenny Root <kroot@google.com>
Thu, 28 Feb 2013 00:55:56 +0000 (16:55 -0800)
committerKenny Root <kroot@google.com>
Thu, 28 Feb 2013 00:56:04 +0000 (16:56 -0800)
commit65307c065f4233fbaf94ad5ddd13323519af08f4
tree6248df4d55abe9858fd74e8eb687dc4c2f33a891
parent93cdbd0b81e96649ebb789710429388c054bc377
CTS: work around ClassLoader limitation

Trying to use reflection on classes loaded from a different ClassLoader
than the system one caused SecurityException since you can't load
certain packages.

Adding them to the boot classpath forces them to be in the same
ClassLoader.

Change-Id: Id518ab0a99da6defac525c0ad430a63f600ce85f
core/tasks/cts.mk