Files
build_soong/cc
Justin Yun 39c303116a Allow hwasan variant for vendor_snapshot_static modules
vendor_snapshot_static modules can define hwasan variant as below:

vendor_snapshot_static {
    name: "libsnapshot",
    vendor: true,
    version: "33",
    arch: {
        arm64: {
            src: "libsnapshot.a",
            hwasan: {
                src: "libsnapshot.hwasan.a",
            },
        },
    },
}

Bug: 234772527
Test: m nothing
Change-Id: I0725028a4fdc302005d86f1e36561b98c0af623b
2022-11-24 17:51:08 +09:00
..
2022-10-05 09:06:49 +09:00
2022-10-10 15:33:50 +00:00
2022-01-26 17:46:33 +08:00
2022-11-08 17:17:52 -05:00
2022-11-08 17:18:52 -05:00
2022-05-05 16:36:56 +01:00
2022-08-17 10:43:13 -07:00
2022-08-17 10:43:13 -07:00
2022-05-05 16:36:56 +01:00
2022-06-24 13:45:32 +00:00
2021-04-26 18:41:00 -07:00
2022-09-16 12:41:47 -04:00
2022-10-20 14:31:24 -07:00
2022-09-30 19:32:48 -07:00
2022-11-01 14:05:13 +00:00
2022-08-31 19:40:22 +00:00
2021-07-21 20:37:46 -07:00
2022-11-08 12:57:08 +09:00
2022-11-08 17:17:52 -05:00
2022-10-06 15:24:11 +00:00
2022-04-25 16:00:17 -04:00
2022-07-29 17:54:40 +00:00