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

Commit 72a7366b authored by Jack He's avatar Jack He
Browse files

Disable CFI verification for stack_rfcomm test that uses gtest+gmock

Apparently, the CFI verification crashes unit tests that
are using gtest+gmock. Interestingly, those tests succeed for 32-bit
binaries, and fail for 64-bit binaries.

Bug: 71739588
Test: Running the 64-bit version of the unit tests in test/run_unit_tests.sh
Change-Id: Ic950087181a86d08af1b858272e946ef4125b78a
parent a96e9b3c
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -276,6 +276,9 @@ cc_test {
        "libosi",
        "libosi",
        "libbt-protos-lite",
        "libbt-protos-lite",
    ],
    ],
    sanitize: {
        cfi: false,
    },
}
}


// Bluetooth stack smp unit tests for target
// Bluetooth stack smp unit tests for target