commit | ed9170798d27d5ff4aa4295296846ed4a8a75053 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Thu Feb 15 11:40:30 2018 -0800 |
committer | Andreas Gampe <agampe@google.com> | Wed Feb 21 01:59:24 2018 +0000 |
tree | 014c75db1113e9fe0aa6a316163866630a5f092a | |
parent | a72e3f6ed1c5b032fb9132225fba0335d2ffde56 [diff] [blame] |
Base: Add an NDK-compiled version of libbase To support building libraries for CTS. Bug: 73206894 Bug: 73659009 Test: mmma system/core/base Change-Id: I630be88f44cf5cefcb13be7959fc1a710686e29b
diff --git a/logging.cpp b/logging.cpp index 0f2012a..1f7bc2a 100644 --- a/logging.cpp +++ b/logging.cpp
@@ -45,7 +45,7 @@ // Headers for LogMessage::LogLine. #ifdef __ANDROID__ -#include <log/log.h> +#include <android/log.h> #include <android/set_abort_message.h> #else #include <sys/types.h>