Merge "Fix includes for MTE builds."

This commit is contained in:
Treehugger Robot 2020-01-24 20:06:16 +00:00 committed by Gerrit Code Review
commit 5b9cc31442
2 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,7 @@
#include "malloc_tagged_pointers.h"
#include <platform/bionic/malloc.h>
#include <platform/bionic/mte_kernel.h>
static HeapTaggingLevel heap_tagging_level = M_HEAP_TAGGING_LEVEL_NONE;

View File

@ -43,7 +43,6 @@
#include <unistd.h>
#include <async_safe/log.h>
#include <platform/bionic/mte_kernel.h>
#include "private/WriteProtected.h"
#include "private/bionic_defs.h"