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

Commit 81d99646 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Set use_resource_processor for Settings tests

Bug: 293810334
Test: unit test
Test: robo test
Change-Id: Ibc1756f4f1f943ee6aa8ebb4dda930684d93ae07
parent fde9937b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ android_test {
    srcs: [
        "src/**/*.kt",
    ],

    use_resource_processor: true,
    static_libs: [
        "Settings-core",
        "SpaLibTestUtils",
+1 −3
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ android_test {
        "androidx.test.core",
        "androidx.test.rules",
        "androidx.test.espresso.core",
        "androidx.test.espresso.contrib-nodeps",
        "androidx.test.espresso.intents-nodeps",
        "androidx.test.ext.junit",
        "androidx.preference_preference",
        "mockito-target-minus-junit4",
@@ -46,7 +44,7 @@ android_test {
        "src/**/*.java",
        "src/**/*.kt",
    ],

    use_resource_processor: true,
    platform_apis: true,
    test_suites: ["device-tests"],