mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
android: switch to armv8-a+memtag target ARM architecture
this is required for hardened_malloc to work on MTE-enabled devices (currently, 8th and 9th generation Pixels). As PVMFW only supports ARMv8 cores. ref: https://android.googlesource.com/platform/packages/modules/Virtualization/+/refs/tags/android-15.0.0_r1/pvmfw/platform.dts#100
This commit is contained in:
parent
3f07acfab1
commit
186bb8d569
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ cc_library {
|
|||
cflags: ["-DLABEL_MEMORY"],
|
||||
},
|
||||
device_has_arm_mte: {
|
||||
cflags: ["-DHAS_ARM_MTE", "-march=armv9-a+memtag"]
|
||||
cflags: ["-DHAS_ARM_MTE", "-march=armv8-a+memtag"]
|
||||
},
|
||||
},
|
||||
apex_available: [
|
||||
|
|
Loading…
Add table
Reference in a new issue