diff options
author | Martin Stjernholm <mast@google.com> | 2020-04-29 10:30:23 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-04-29 10:30:23 +0000 |
commit | 6b4faa57cc457fbe38d97028ccbb9cbed9216683 (patch) | |
tree | 579b621bd7323f0659f97ca6b040eff3c4f6a7ed /libunwindstack/tests/MemoryRemoteTest.cpp | |
parent | 2a586be0c7f932e2181d18b6719a73d2cbca6c42 (diff) | |
parent | 03082e695209918de0fba8fc4a3ea7a435199f53 (diff) |
Merge "bionic_libc_platform_headers is only available when building with Bionic."
Diffstat (limited to 'libunwindstack/tests/MemoryRemoteTest.cpp')
-rw-r--r-- | libunwindstack/tests/MemoryRemoteTest.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libunwindstack/tests/MemoryRemoteTest.cpp b/libunwindstack/tests/MemoryRemoteTest.cpp index 385078dca..621893b1f 100644 --- a/libunwindstack/tests/MemoryRemoteTest.cpp +++ b/libunwindstack/tests/MemoryRemoteTest.cpp @@ -28,8 +28,6 @@ #include <android-base/file.h> #include <android-base/test_utils.h> -#include <bionic/mte.h> -#include <bionic/mte_kernel.h> #include <gtest/gtest.h> #include "MemoryRemote.h" |