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

Commit f811af15 authored by John Wu's avatar John Wu
Browse files

[Ravenwood] Move bivalent test into the "test" directory

Flag: EXEMPT host test change only
Bug: 292141694
Test: atest RavenwoodBivalentTest
Change-Id: I25c95a106d3c175fe5c6e61067875de360e9e0f6
parent 75899a71
Loading
Loading
Loading
Loading
+30 −28
Original line number Diff line number Diff line
@@ -54,32 +54,34 @@ android_ravenwood_test {
    auto_gen_config: true,
}

android_test {
    name: "RavenwoodBivalentTest_device",
// TODO(b/371215487): migrate bivalenttest.ravenizer tests to another architecture

    srcs: [
        "test/**/*.java",
    ],
    static_libs: [
        "junit",
        "truth",

        "androidx.annotation_annotation",
        "androidx.test.ext.junit",
        "androidx.test.rules",

        "junit-params",
        "platform-parametric-runner-lib",

        "ravenwood-junit",
    ],
    jni_libs: [
        "libravenwoodbivalenttest_jni",
    ],
    test_suites: [
        "device-tests",
    ],
    optimize: {
        enabled: false,
    },
}
// android_test {
//     name: "RavenwoodBivalentTest_device",
//
//     srcs: [
//         "test/**/*.java",
//     ],
//     static_libs: [
//         "junit",
//         "truth",
//
//         "androidx.annotation_annotation",
//         "androidx.test.ext.junit",
//         "androidx.test.rules",
//
//         "junit-params",
//         "platform-parametric-runner-lib",
//
//         "ravenwood-junit",
//     ],
//     jni_libs: [
//         "libravenwoodbivalenttest_jni",
//     ],
//     test_suites: [
//         "device-tests",
//     ],
//     optimize: {
//         enabled: false,
//     },
// }
Loading