summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Moreland2017-04-14 01:48:57 -0500
committerSteven Moreland2017-04-17 16:44:17 -0500
commitd73be1b96beab812b86f8174e7fc928291f0cb44 (patch)
tree2239b8c02d02461fe5f39d823301e784bd95c763 /liblog/liblog.map.txt
parentffa38cfc1ea33de4ddddb291cc70cc507506b758 (diff)
downloadplatform-system-core-d73be1b96beab812b86f8174e7fc928291f0cb44.tar.gz
platform-system-core-d73be1b96beab812b86f8174e7fc928291f0cb44.tar.xz
platform-system-core-d73be1b96beab812b86f8174e7fc928291f0cb44.zip
libcutils: compile with BOARD_VNDK_VERSION current
- moved __android_log_is_debuggable to a new public header (log_properties.h) - vendor version of sched_policy uses ALOG* instead SLOG* Test: (sanity) liblog-unit-tests Test: (sanity) libcutils_test (noting b/b/32972117, two tests continue to fail) Test: system/core as a whole makes with BOARD_VNDK_VERSION := current now with no problems. Test: boots/works on internal marlin Bug: 33241851 (cherry picked from commit 1f83aa424f537cf3f07e1d27dbbcc524818b5358) Merged-In: I5bc1f348dc0f0c8814bec5b5c3d2c52c825ab640 Change-Id: I5bc1f348dc0f0c8814bec5b5c3d2c52c825ab640
Diffstat (limited to 'liblog/liblog.map.txt')
-rw-r--r--liblog/liblog.map.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/liblog.map.txt b/liblog/liblog.map.txt
index c00f2a08b..58fb1486f 100644
--- a/liblog/liblog.map.txt
+++ b/liblog/liblog.map.txt
@@ -39,4 +39,5 @@ LIBLOG_M {
39LIBLOG_O { 39LIBLOG_O {
40 global: 40 global:
41 __android_log_is_loggable_len; 41 __android_log_is_loggable_len;
42 __android_log_is_debuggable; # vndk
42}; 43};