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

Commit 81550a86 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
Ignore-AOSP-First: cherry-picked from AOSP
Merged-in: Ied179a903ae209bd3adc061ce673dfb4a9c49bff
Change-Id: Ie9de4e3b1485c2bafdabcf04ff51f02a31142c2c
parent 7dea6a7c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1174,6 +1174,7 @@ cc_test {
        "libbt-common",
        "libbt-protos-lite",
        "libbtdevice",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1181,7 +1182,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {
@@ -1244,6 +1244,7 @@ cc_test {
    static_libs: [
        "libbt-common",
        "libbt-protos-lite",
        "libflatbuffers-cpp",
        "libgmock",
        "liblog",
        "libosi",
@@ -1251,7 +1252,6 @@ cc_test {
    shared_libs: [
        "libbinder_ndk",
        "libcrypto",
        "libflatbuffers-cpp",
        "libprotobuf-cpp-lite",
    ],
    sanitize: {