diff options
author | Paul Duffin <paulduffin@google.com> | 2017-11-30 16:17:16 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2017-11-30 16:17:16 +0000 |
commit | b511616c190df6f56133488d0eb190765c2d4f84 (patch) | |
tree | 03a87afa8339d1303642aaee6a11b403ba01cc2e /benchmarks | |
parent | f3c833b5279813bfe0a32e469507a3be2b06a8cd (diff) |
Switch usages of legacy-test to android.test.base
The legacy-test library has been deprecated in favour of the
android.test.base library which is part of the SDK.
The following change descriptions were generated automatically and so
may be a little repetitive. They are provided to give the reviewer
enough information to check the comments match what has actually been
changed and check the reasoning behind the changes.
* benchmarks/Android.mk
Replaced 'legacy-test' with 'android.test.base' in
LOCAL_JAVA_LIBRARIES because the source for module 'benchmarks'
depends on classes from android.test.base
Bug: 30188076
Test: make checkbuild
Change-Id: I13e5df50281c4d562deed8605ab594d3af9e0b5d
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 c48c22444d..b73f167bc2 100644 --- a/benchmarks/Android.mk +++ b/benchmarks/Android.mk @@ -28,7 +28,7 @@ LOCAL_JAVA_LIBRARIES := \ core-oj \ core-libart \ conscrypt \ - legacy-test \ + android.test.base \ bouncycastle \ framework LOCAL_MODULE_TAGS := tests |