diff options
author | Paul Duffin <paulduffin@google.com> | 2018-01-15 15:15:15 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2018-01-15 15:15:15 +0000 |
commit | f64a24307fbf5268a701b887a5dfb890b91f5cad (patch) | |
tree | 51369a254a3467366e558ed1061bc59159efc73a /test-runner | |
parent | e7403b47c35d081d567672d3c94dce5c1d3aca4e (diff) |
Switch legacy-test to android.test.base to match AOSP
Bug: 30188076
Test: make checkbuild
Change-Id: I359b8840304656e9c9c08b1e7367a6b088202064
Diffstat (limited to 'test-runner')
-rw-r--r-- | test-runner/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-runner/Android.bp b/test-runner/Android.bp index 85844a0cff81..d495e90ac1d5 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -24,7 +24,7 @@ java_library { no_framework_libs: true, libs: [ "framework", - "legacy-test", + "android.test.base", "android.test.mock", ], } |