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
Merged-In: I6340055fea1f97fcc781b418e2465a7961ecedf4
(cherry picked from commit d27ae792e1
)
This commit is contained in:
parent
1ebce20b0f
commit
a88de013d7
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