hanchenye-llvm-project/lldb/source/Utility
Pavel Labath e705c8b5e6 Replace __ANDROID_NDK__ with __ANDROID__
Summary:
This replaces all the uses of the __ANDROID_NDK__ define with __ANDROID__. This
is a preparatory step to remove our custom android toolchain file and rely on
the standard android NDK one instead, which does not provide this define.
Instead I rely, on __ANDROID__, which is set by the compiler.

I haven't yet removed the cmake variable with the same name, as we will need to
do something completely different there -- NDK toolchain defines
CMAKE_SYSTEM_NAME to Android, while our current one pretends it's linux.

Reviewers: tberghammer, zturner

Subscribers: danalbert, srhines, mgorny, lldb-commits

Differential Revision: https://reviews.llvm.org/D27305

llvm-svn: 288494
2016-12-02 11:15:15 +00:00
..
ARM64_DWARF_Registers.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ARM64_DWARF_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ARM64_ehframe_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ARM_DWARF_Registers.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
ARM_DWARF_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ARM_ehframe_Registers.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CMakeLists.txt Remove TimeSpecTimeout class 2016-11-03 09:29:56 +00:00
ConvertEnum.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
JSON.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
LLDBAssert.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ModuleCache.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
ModuleCache.h *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
NameMatches.cpp Convert AutoComplete related code to StringRef. 2016-11-17 01:37:42 +00:00
PseudoTerminal.cpp Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
Range.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
RegisterNumber.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
SelectHelper.cpp Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
SharingPtr.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringExtractor.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringExtractorGDBRemote.cpp gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
StringExtractorGDBRemote.h gdb-remote: Add jModulesInfo packet 2016-09-08 10:07:04 +00:00
StringLexer.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TaskPool.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
UriParser.cpp Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
UriParser.h Convert UriParser to use StringRef. 2016-11-17 01:38:02 +00:00
UuidCompatibility.h