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

Commit 2e08cde1 authored by Etienne Ruffieux's avatar Etienne Ruffieux Committed by William Escande
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: 265213364
Bug: 232577476
Tag: #feature
Test: net_test_stack_acl
Change-Id: Ied179a903ae209bd3adc061ce673dfb4a9c49bff
(cherry picked from commit 5cc7d07d)
Merged-In: Ied179a903ae209bd3adc061ce673dfb4a9c49bff
parent 329f2283
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1290,6 +1290,7 @@ cc_test {
        "libbt-common",
        "libbt-protos-lite",
        "libbtdevice",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1297,7 +1298,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
@@ -1360,6 +1360,7 @@ cc_test {
    static_libs: [
        "libbt-common",
        "libbt-protos-lite",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1367,7 +1368,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {