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

Commit 80b6687e authored by Kiyoung Kim's avatar Kiyoung Kim Committed by Gerrit Code Review
Browse files

Merge "Add HWASAN libraries in case of ARM64" into main

parents f69a1856 920c1a06
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -872,6 +872,14 @@ android_filesystem_defaults {
            }),
        },
    },
    arch: {
        arm64: {
            deps: [
                "libclang_rt.hwasan",
                "libc_hwasan",
            ],
        },
    },
}

android_system_image {