summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2018-01-16 11:29:21 +0000
committer android-build-merger <android-build-merger@google.com> 2018-01-16 11:29:21 +0000
commitcaacf3e7c43187dd39b4dd161d5a7e55b57bd16e (patch)
treef65642aad0c079ffd2d6116fc9491081754fb533
parenta7c125e5b2c4ac77d191ccdd65e2814877dd2f3f (diff)
parent2285630e4be8d646b1a3d841d8d1d501c2146573 (diff)
Merge "Replace legacy-test with android.test.base in bp files"
am: 2285630e4b Change-Id: If956b45e21b7d576daf5dcece9c1acea35d952a0
-rw-r--r--test-base/Android.bp3
-rw-r--r--test-mock/Android.bp1
-rw-r--r--test-runner/Android.bp2
3 files changed, 3 insertions, 3 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",
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",
],
}
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",
],