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

Commit 0d2d690c authored by Florian Mayer's avatar Florian Mayer Committed by Automerger Merge Worker
Browse files

Merge "Replace ASan with HWASan" into main am: 480edf52 am: 69b302d2 am: 3bb3b8f5

parents ca44e069 3bb3b8f5
Loading
Loading
Loading
Loading
+1 −13
Original line number Diff line number Diff line
@@ -147,18 +147,6 @@ cc_test {
        "libvulkan",
    ],
    sanitize: {
        // By using the address sanitizer, we not only uncover any issues
        // 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,
        hwaddress: true,
    },
}