Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b36eb542 authored by Paul Duffin's avatar Paul Duffin
Browse files

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
parent 9cb0b520
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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",

+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ java_library {
    no_framework_libs: true,
    libs: [
        "framework",
        "legacy-test",
    ],
}

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ java_library {
    no_framework_libs: true,
    libs: [
        "framework",
        "legacy-test",
        "android.test.base",
        "android.test.mock",
        "junit",
    ],