diff options
author | Paul Duffin <paulduffin@google.com> | 2016-11-29 12:17:05 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2016-11-30 16:17:09 +0000 |
commit | 441108fcc0fde20d20e8b1401bd9056611a134a8 (patch) | |
tree | 4b28b7b618138733dc2e2cfd08e4fa75aa01a649 /benchmarks | |
parent | 8992e392faa032fc027b979f578ec3d9195f9d36 (diff) |
Replace core-junit with legacy-test
m -j32 checkbuild cts droid
adb reboot bootloader
fastboot flashall -w
cts-tradefed run cts -m CtsLibcoreTestCases
Bug: 30188076
Test: As above
Change-Id: I4147959de045143002d280c9a22539e8c99e0358
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/Android.mk b/benchmarks/Android.mk index 22d0d2696b..c48c22444d 100644 --- a/benchmarks/Android.mk +++ b/benchmarks/Android.mk @@ -28,7 +28,7 @@ LOCAL_JAVA_LIBRARIES := \ core-oj \ core-libart \ conscrypt \ - core-junit \ + legacy-test \ bouncycastle \ framework LOCAL_MODULE_TAGS := tests |