mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-02-24 00:30:10 -05:00
android: enable MTE on devices that declare having it
This commit is contained in:
parent
f042a6b9b0
commit
5137d2da4d
@ -73,6 +73,9 @@ cc_library {
|
||||
debuggable: {
|
||||
cflags: ["-DLABEL_MEMORY"],
|
||||
},
|
||||
device_has_arm_mte: {
|
||||
cflags: ["-DHAS_ARM_MTE", "-march=armv9-a+memtag"]
|
||||
},
|
||||
},
|
||||
apex_available: [
|
||||
"com.android.runtime",
|
||||
|
Loading…
x
Reference in New Issue
Block a user