Enable Async MTE in bpfloader.
This change enables Async mode ARM MTE in the bpfloader process on compatible hardware and has no effect otherwise. Bug: 181603044 Test: atest under system/bpf Change-Id: I6340055fea1f97fcc781b418e2465a7961ecedf4
This commit is contained in:
parent
67fa2073ff
commit
d27ae792e1
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ cc_binary {
|
|||
],
|
||||
sanitize: {
|
||||
integer_overflow: true,
|
||||
memtag_heap: true,
|
||||
},
|
||||
clang: true,
|
||||
shared_libs: [
|
||||
|
|
Loading…
Reference in a new issue