Use legacy-test instead of core-junit

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
This commit is contained in:
Paul Duffin 2016-12-09 15:21:45 +00:00
parent b39165d5df
commit 5bf0587461
1 changed files with 3 additions and 1 deletions

View File

@ -116,9 +116,11 @@ com\.android\..*
###################################################
# core-junit.jar
# legacy-test.jar
junit\.extensions
junit\.framework
android\.test
android\.test\.suitebuilder\.annotation
###################################################