diff options
author | Paul Duffin <paulduffin@google.com> | 2018-01-15 15:47:47 +0000 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2018-01-15 15:47:47 +0000 |
commit | b36eb542a9157c488bcc7dc7eb5a65b7b7288155 (patch) | |
tree | 251a3793d3b05859b8298b08f43135ed3592cd50 /test-runner/Android.bp | |
parent | 9cb0b520114c1a166f4972b53cb2bfac7d1a1b78 (diff) |
Replace legacy-test with android.test.base in bp files
The legacy-test target is deprecated and will be replaced by
android.test.base. This replaces a few usages of the legacy-test target
in Android.bp files with android.test.base.
Bug: 30188076
Test: make checkbuild
Change-Id: I3575f638114fe2a3b703e67837496346bde24472
Diffstat (limited to 'test-runner/Android.bp')
-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 d495e90ac1d5..dfaeed5e271e 100644 --- a/test-runner/Android.bp +++ b/test-runner/Android.bp @@ -40,7 +40,7 @@ java_library { no_framework_libs: true, libs: [ "framework", - "legacy-test", + "android.test.base", "android.test.mock", "junit", ], |