Loading core/java/android/app/compat/TEST_MAPPING 0 → 100644 +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 services/core/java/com/android/server/compat/TEST_MAPPING 0 → 100644 +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 tests/PlatformCompatGating/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
core/java/android/app/compat/TEST_MAPPING 0 → 100644 +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
services/core/java/com/android/server/compat/TEST_MAPPING 0 → 100644 +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
tests/PlatformCompatGating/Android.bp +1 −0 Original line number Diff line number Diff line Loading @@ -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", Loading