diff options
author | Martin Stjernholm <mast@google.com> | 2020-04-23 16:49:12 +0100 |
---|---|---|
committer | Martin Stjernholm <mast@google.com> | 2020-04-27 19:53:49 +0100 |
commit | 03082e695209918de0fba8fc4a3ea7a435199f53 (patch) | |
tree | 1a27fd578ffc89e1397675b5cf5d7d17001d05f6 /libunwindstack/tests/MemoryRemoteTest.cpp | |
parent | 91fd50c78f862bdb5c0ea08b08c60c1aa67b71de (diff) |
bionic_libc_platform_headers is only available when building with Bionic.
Test: m checkbuild
Test: atest libunwindstack_unit_test
Test: lunch fvp-userdebug && mmm system/core/libunwindstack
Bug: 152255951
Change-Id: Idfd7c87dc65db350730fec3ceef8c6bc64acf60b
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" |