diff options
author | Martin Stjernholm <mast@google.com> | 2020-04-23 16:49:12 +0100 |
---|---|---|
committer | Martin Stjernholm <mast@google.com> | 2020-04-29 18:16:46 +0100 |
commit | 4a27a81e4e4fcd2c406b538a3ef9a79e8965ca43 (patch) | |
tree | 579b621bd7323f0659f97ca6b040eff3c4f6a7ed /libunwindstack/tests/MemoryRemoteTest.cpp | |
parent | 9e1cabdfc7c52b54910ca76058acdea0e2f15c87 (diff) |
Reland "bionic_libc_platform_headers is only available when building with Bionic".
Relanding unchanged - the build problem was due to a split topic.
Test: m checkbuild
Test: atest libunwindstack_unit_test
Test: lunch fvp-userdebug && mmm system/core/libunwindstack
Bug: 152255951
Change-Id: Ifd1ced65b840ef216630906eec1ec31233e0c5f1
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" |