summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Salyzyn2016-10-17 16:28:00 -0500
committerMark Salyzyn2016-10-20 10:11:39 -0500
commitcfd5b080af8de527d768f0ff7902c26af8d49307 (patch)
tree32295b3aeb6ba8a116592576939348d09814b0be /libutils/Unicode.cpp
parent1edd61ce5d2f34ff34d015643b5915b3b1c186e8 (diff)
downloadplatform-system-core-cfd5b080af8de527d768f0ff7902c26af8d49307.tar.gz
platform-system-core-cfd5b080af8de527d768f0ff7902c26af8d49307.tar.xz
platform-system-core-cfd5b080af8de527d768f0ff7902c26af8d49307.zip
system/core: preparation to pull back interfaces from android/log.h
Point to log/log.h where necessary, define LOG_TAG where necessary. Accept that private/android_logger.h is suitable replacement for log/logger.h and android/log.h. Correct liblog/README Effectively a cleanup and controlled select revert of 'system/core: drop or replace log/logger.h' and 'system/core: Replace log/log.h with android/log.h'. Test: compile Bug: 30465923 Change-Id: Ic2ad157bad6f5efe2c6af293a73bb753300b17a2
Diffstat (limited to 'libutils/Unicode.cpp')
-rw-r--r--libutils/Unicode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libutils/Unicode.cpp b/libutils/Unicode.cpp
index 065210193..c32f46246 100644
--- a/libutils/Unicode.cpp
+++ b/libutils/Unicode.cpp
@@ -14,6 +14,8 @@
14 * limitations under the License. 14 * limitations under the License.
15 */ 15 */
16 16
17#define LOG_TAG "unicode"
18
17#include <limits.h> 19#include <limits.h>
18#include <stddef.h> 20#include <stddef.h>
19 21