llvm-capstone/lldb
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
..
cmake Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
docs
examples
include/lldb Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
lit
lldb.xcodeproj Remove ConnectionSharedMemory 2016-11-29 09:42:35 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Handle UTF-16 and UTF-32 constant CFStrings 2016-12-01 17:46:51 +00:00
resources
scripts Clean up the stop printing header lines. 2016-11-08 20:36:40 +00:00
source Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
test [CMake] Support LLDB_TEST_CLANG in check-lldb target(s) 2016-11-02 17:19:26 +00:00
third_party/Python/module
tools Replace __ANDROID_NDK__ with __ANDROID__ 2016-12-02 11:15:15 +00:00
unittests Fix handling of consecutive slashes in FileSpec::GetNormalizedPath() 2016-11-30 16:08:45 +00:00
utils
www Fix weak symbol linkage in SBStructuredData, update docs. 2016-11-09 23:21:04 +00:00
.arcconfig
.clang-format
.gitignore
CMakeLists.txt
CODE_OWNERS.txt Removing myself from CODE_OWNERS, and distributing those duties among other members of the community 2016-11-18 23:18:11 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py