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:
parent
b39165d5df
commit
5bf0587461
|
@ -116,9 +116,11 @@ com\.android\..*
|
|||
|
||||
|
||||
###################################################
|
||||
# core-junit.jar
|
||||
# legacy-test.jar
|
||||
junit\.extensions
|
||||
junit\.framework
|
||||
android\.test
|
||||
android\.test\.suitebuilder\.annotation
|
||||
|
||||
|
||||
###################################################
|
||||
|
|
Loading…
Reference in New Issue