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-mock/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-mock/Android.bp')
-rw-r--r-- | test-mock/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-mock/Android.bp b/test-mock/Android.bp index 8eddec48611b..b1ae40e17b9d 100644 --- a/test-mock/Android.bp +++ b/test-mock/Android.bp @@ -24,7 +24,6 @@ java_library { no_framework_libs: true, libs: [ "framework", - "legacy-test", ], } |