OSDN Git Service

Switch legacy-test to android.test.base to match AOSP
authorPaul Duffin <paulduffin@google.com>
Mon, 15 Jan 2018 15:15:15 +0000 (15:15 +0000)
committerPaul Duffin <paulduffin@google.com>
Mon, 15 Jan 2018 15:15:15 +0000 (15:15 +0000)
Bug: 30188076
Test: make checkbuild
Change-Id: I359b8840304656e9c9c08b1e7367a6b088202064

test-runner/Android.bp

index 85844a0..d495e90 100644 (file)
@@ -24,7 +24,7 @@ java_library {
     no_framework_libs: true,
     libs: [
         "framework",
-        "legacy-test",
+        "android.test.base",
         "android.test.mock",
     ],
 }