diff options
author | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-12-04 22:00:26 -0800 |
commit | 4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch) | |
tree | 5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /libbacktrace | |
parent | 1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff) | |
download | core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2 core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip |
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'libbacktrace')
-rw-r--r-- | libbacktrace/Backtrace.cpp | 2 | ||||
-rw-r--r-- | libbacktrace/backtrace_test.cpp | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/libbacktrace/Backtrace.cpp b/libbacktrace/Backtrace.cpp index 555e8cf20..df94280f6 100644 --- a/libbacktrace/Backtrace.cpp +++ b/libbacktrace/Backtrace.cpp @@ -22,7 +22,7 @@ #include <string> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include <backtrace/Backtrace.h> #include <backtrace/BacktraceMap.h> diff --git a/libbacktrace/backtrace_test.cpp b/libbacktrace/backtrace_test.cpp index ce04817db..23636db0d 100644 --- a/libbacktrace/backtrace_test.cpp +++ b/libbacktrace/backtrace_test.cpp @@ -42,7 +42,7 @@ #include <backtrace/Backtrace.h> #include <backtrace/BacktraceMap.h> -#include <base/stringprintf.h> +#include <android-base/stringprintf.h> #include <cutils/atomic.h> #include <cutils/threads.h> @@ -1461,4 +1461,3 @@ TEST(libbacktrace, check_for_leak_remote) { ASSERT_EQ(waitpid(pid, nullptr, 0), pid); } #endif - |