commit | e1fd4a0ed84963ee1b89a18d60af4be6ef63d4b8 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Wed Oct 05 13:47:31 2016 -0700 |
committer | Mark Salyzyn <salyzyn@google.com> | Fri Oct 14 13:12:29 2016 -0700 |
tree | 8a36cad36436ea67d759946cb951cf43ee94e559 | |
parent | 7bc86cb173d2f4f6d7a767558eaa3b162a0d0407 [diff] |
Continue using the legacy NDK android/log.h. system/core/android/log.h needs some work before it can be included in the NDK. It defines a *lot* of macros that previously were usable names in NDK sources that used android/log.h. As an example, the following file defines LOG_TAG as a variable, but the variable name gets macro replaced if we use the current android/log.h. https://android.googlesource.com/platform/external/deqp/+/4adc1515f867b26c19c2f7498e9de93a230a234d/framework/platform/android/tcuTestLogParserJNI.cpp#41 For now, we keep a copy of the old NDK android/log.h in legacy-ndk-includes. Test: make checkbuild Bug: http://b/30465923 Change-Id: I8ce942d1ee2f8f0d4c27130802c03992a1b85ec4