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

Commit 480edf52 authored by Florian Mayer's avatar Florian Mayer Committed by Gerrit Code Review
Browse files

Merge "Replace ASan with HWASan" into main

parents 6a7d49df d3fe83a7
Loading
Loading
Loading
Loading
+1 −13
Original line number Original line Diff line number Diff line
@@ -140,18 +140,6 @@ cc_test {
        "libgtest",
        "libgtest",
    ],
    ],
    sanitize: {
    sanitize: {
        // By using the address sanitizer, we not only uncover any issues
        hwaddress: true,
        // with the test, but also any issues with the code under test.
        //
        // Note: If you get an runtime link error like:
        //
        //   CANNOT LINK EXECUTABLE "/data/local/tmp/libcompositionengine_test": library "libclang_rt.asan-aarch64-android.so" not found
        //
        // it is because the address sanitizer shared objects are not installed
        // by default in the system image.
        //
        // You can either "make dist tests" before flashing, or set this
        // option to false temporarily.
        address: true,
    },
    },
}
}