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

Commit 5d9d648d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Android.bp: remove x86 system tests" into main

parents 98b2bbdb 7b6a7743
Loading
Loading
Loading
Loading
+0 −24
Original line number Diff line number Diff line
@@ -29,11 +29,6 @@ rust_defaults {
        "librpcbinder_rs",
        "librustutils",
    ],
    arch: {
        x86_64: {
            enabled: true,
        },
    },
}

rust_library {
@@ -62,22 +57,3 @@ rust_binary {
        "libclap",
    ],
}

rust_test {
    name: "VtsAidlHwCryptoConnTest",
    srcs: ["connection_test.rs"],
    require_root: true,
    defaults: [
        "hw_crypto_hal_aidl_rust_defaults",
    ],
    rustlibs: [
        "libhwcryptohal_vts_test",
    ],
    data: [
        ":trusty_test_vm_elf",
        ":trusty_test_vm_config",
        ":trusty_vm_launcher_sh",
        ":trusty_wait_ready_sh",
        ":wait_hw_crypto",
    ],
}