OSDN Git Service

Use legacy-test instead of core-junit
authorPaul Duffin <paulduffin@google.com>
Fri, 9 Dec 2016 15:21:45 +0000 (15:21 +0000)
committerPaul Duffin <paulduffin@google.com>
Fri, 9 Dec 2016 15:21:45 +0000 (15:21 +0000)
The core-junit library has been replaced with the legacy-test
library. The latter included everything that was in core-junit
plus some android.test classes that were in frameworks.

Bug: 30188076
Test: make checkbuild
Change-Id: Id2ba827705dbd2c27a1183e1153b03c11a8a4074

core/tasks/check_boot_jars/package_whitelist.txt

index 601017b..ae69099 100644 (file)
@@ -116,9 +116,11 @@ com\.android\..*
 
 
 ###################################################
-# core-junit.jar
+# legacy-test.jar
 junit\.extensions
 junit\.framework
+android\.test
+android\.test\.suitebuilder\.annotation
 
 
 ###################################################