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-base | |
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-base')
-rw-r--r-- | test-base/Android.bp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-base/Android.bp b/test-base/Android.bp index f6e1e515baac..a42dc5a10ec9 100644 --- a/test-base/Android.bp +++ b/test-base/Android.bp @@ -49,7 +49,8 @@ java_library { // Build the repackaged.android.test.base library // ============================================== -// This contains repackaged versions of the classes from legacy-test. +// This contains repackaged versions of the classes from +// android.test.base. java_library_static { name: "repackaged.android.test.base", |