diff options
author | Martin Stjernholm <mast@google.com> | 2020-04-29 12:14:09 +0000 |
---|---|---|
committer | Martin Stjernholm <mast@google.com> | 2020-04-29 12:18:54 +0000 |
commit | 87bac1a411b3d178b66bc60ab1e49dc673e0596f (patch) | |
tree | 60fce6c77726689eccfb06f1cca01f074f8afabe /libunwindstack/tests/MemoryRemoteTest.cpp | |
parent | 03082e695209918de0fba8fc4a3ea7a435199f53 (diff) |
Revert "bionic_libc_platform_headers is only available when buil..."
Reason for revert: Breaks rvc-d1-dev-plus-aosp: http://ab/6443190
Reverted Changes:
Ide447b89a:bionic_libc_platform_headers is only available whe...
Ia93cd3ec8:bionic_libc_platform_headers is only available whe...
Icdc495588:Make bionic_platform_headers available only for Bi...
Idfd7c87dc:bionic_libc_platform_headers is only available whe...
Bug: 152255951
Bug: 155269399
Change-Id: I4e6beba5565e604fde3a51cdce5cc4041caffa4e
Diffstat (limited to 'libunwindstack/tests/MemoryRemoteTest.cpp')
-rw-r--r-- | libunwindstack/tests/MemoryRemoteTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libunwindstack/tests/MemoryRemoteTest.cpp b/libunwindstack/tests/MemoryRemoteTest.cpp index 621893b1f..385078dca 100644 --- a/libunwindstack/tests/MemoryRemoteTest.cpp +++ b/libunwindstack/tests/MemoryRemoteTest.cpp @@ -28,6 +28,8 @@ #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" |