android_system_core/liblog/include
Tom Cherry 227ac56454 liblog: fix header guards ordering
__ANDROID_API__ isn't defined on host, so this check will fail due to
-Wundef.  The || is short circuited through, so we can check for host
first and only have the right side of the || evaluated for device
builds.

Bug: 150898477
Bug: 151255209
Test: build
Change-Id: I2e0bc055ac0c7ba8262875801cdaed9cc30d2cef
2020-03-12 09:37:05 -07:00
..
android liblog: fix header guards ordering 2020-03-12 09:37:05 -07:00
log Allow LOG_ALWAYS_FATAL_IF in constexpr functions 2020-01-30 09:39:50 -08:00
private liblog: fixup log_id_t 2019-10-18 09:58:08 -07:00