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

Commit 5b82f4ad authored by Pavlin Radoslavov's avatar Pavlin Radoslavov Committed by android-build-merger
Browse files

Disable CFI verification for unit tests that are using gtest+gmock

am: 5e9b20e7

Change-Id: I8de3be780406fae5bb0142d3c51c83d38da4d9d3
parents 821c430d 5e9b20e7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -151,4 +151,7 @@ cc_test {
            enabled: false,
        }
    },
    sanitize: {
        cfi: false,
    },
}
+3 −0
Original line number Diff line number Diff line
@@ -144,6 +144,9 @@ cc_test {
            ],
        },
    },
    sanitize: {
        cfi: false,
    },
}

// Native system service CLI for target
+6 −0
Original line number Diff line number Diff line
@@ -287,6 +287,9 @@ cc_test {
        "liblog",
        "libgmock",
    ],
    sanitize: {
        cfi: false,
    },
}

// Bluetooth stack advertise data parsing unit tests for target
@@ -337,4 +340,7 @@ cc_test {
        "libosi",
        "libbt-protos",
    ],
    sanitize: {
        cfi: false,
    },
}