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

Commit 4c0d1a02 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add TEST_MAPPING for gating and logging" am: 05fb4434 am: 5d3e5fb3

Change-Id: Ie1963bb7965827d9f9985b08c78e70b2de3319a7
parents 618fa08c 5d3e5fb3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
    "imports": [
        {
            "path": "frameworks/base/services/core/java/com/android/services/compat"
        }
    ]
}
 No newline at end of file
+21 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        // Unit tests
        {
            "name": "FrameworksServicesTests",
            "options": [
                {
                    "include-filter": "com.android.server.compat"
                }
            ]
        },
        // Tests for the TestRule
        {
            "name": "PlatformCompatGating"
        },
        // CTS tests
        {
            "name": "CtsAppCompatHostTestCases#"
        }
    ]
}
 No newline at end of file
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ android_test {
    name: "PlatformCompatGating",
    // Only compile source java files in this apk.
    srcs: ["src/**/*.java"],
    test_suites: ["device-tests"],
    static_libs: [
        "junit",
        "androidx.test.runner",