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

Commit f83dc48f 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:...

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

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2751626



Change-Id: Ia4b026f4f20b5f190934b2b441ff2d4309e2f773
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bdc026ef 0d2d690c
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,
    },
}