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

Commit 0d8dbeec authored by Pirama Arumuga Nainar's avatar Pirama Arumuga Nainar Committed by Michael Butler
Browse files

Disable arm32 asan for VtsHalNeuralnetworksV1_1TargetTest

Bug: http://b/74200014

Building this module with asan triggers an internal error in gold.

Test: mma SANITIZE_TARGET=address in
hardware/interfaces/neuralnetworks/1.1/vts/functional

Merged-In: I3ce5352a6c86c8dca257d35af06989e57f871749
Change-Id: I3ce5352a6c86c8dca257d35af06989e57f871749
(cherry picked from commit cca38c56)
parent 7f3b7840
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -36,4 +36,13 @@ cc_test {
        "libneuralnetworks_generated_test_harness_headers",
        "libneuralnetworks_generated_tests",
    ],
    // Bug: http://b/74200014 - Disable arm32 asan since it triggers internal
    // error in ld.gold.
    arch: {
        arm: {
            sanitize: {
                never: true,
            },
        },
    },
}