summaryrefslogtreecommitdiffstats
path: root/liblog/include_vndk
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-01-15 17:25:35 -0800
committerTom Cherry <tomcherry@google.com>2019-01-15 20:51:01 -0800
commit1e1b9155f4feee5295b79616363ef76d3d07d35f (patch)
treee7bc7a76f6805244c6d15b49e2e0a52d0ed39a2b /liblog/include_vndk
parentdea312bf1422d8df81e476f4a851dc640125ba86 (diff)
downloadsystem_core-1e1b9155f4feee5295b79616363ef76d3d07d35f.tar.gz
system_core-1e1b9155f4feee5295b79616363ef76d3d07d35f.tar.bz2
system_core-1e1b9155f4feee5295b79616363ef76d3d07d35f.zip
Remove __ANDROID_USE_LIBLOG_* guards
These headers are platforms headers, so by definition they'll never be compiled for a platform less than the current one. Test: build Change-Id: Ic1c1535b935929d713806faf17fbf9cd82275329
Diffstat (limited to 'liblog/include_vndk')
-rw-r--r--liblog/include_vndk/log/log_event_list.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/liblog/include_vndk/log/log_event_list.h b/liblog/include_vndk/log/log_event_list.h
index 9f74534be..1f3dd377b 100644
--- a/liblog/include_vndk/log/log_event_list.h
+++ b/liblog/include_vndk/log/log_event_list.h
@@ -27,8 +27,6 @@
extern "C" {
#endif
-#define __ANDROID_USE_LIBLOG_EVENT_INTERFACE 1
-
/*
* The opaque context used to manipulate lists of events.
*/