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

Commit 920c1a06 authored by Kiyoung Kim's avatar Kiyoung Kim
Browse files

Add HWASAN libraries in case of ARM64

Based on the implementaion in base_system.mk, add more dependencies with
HWASAN libraries in case of ARM64 arch.

Bug: 381019466
Test: aosp_shared_system_image on aosp_arm64 contains HWASAN libraries
Change-Id: I038930540c6c4380d9f445b1188bb076aea44946
parent 3475af96
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 {