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

Commit 5cc7d07d authored by Etienne Ruffieux's avatar Etienne Ruffieux
Browse files

First pass at native tests failing on MTS runs

libflatbuffers-cpp can't be found on DUT so we have to
statically import it.

Bug: 232577476
Tag: #feature
Test: net_test_stack_acl
Change-Id: Ied179a903ae209bd3adc061ce673dfb4a9c49bff
parent 752b5ffc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1138,6 +1138,7 @@ cc_test {
        "libbt-common",
        "libbt-protos-lite",
        "libbtdevice",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1145,7 +1146,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
@@ -1205,6 +1205,7 @@ cc_test {
    static_libs: [
        "libbt-common",
        "libbt-protos-lite",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1212,7 +1213,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {