Upgrade standalone build to NDK r10e
authorPyry Haulos <phaulos@google.com>
Thu, 25 Jun 2015 20:00:28 +0000 (13:00 -0700)
committerPyry Haulos <phaulos@google.com>
Mon, 29 Jun 2015 21:19:51 +0000 (14:19 -0700)
commita47cf4ecfc7207a1453c65fc43cefd68b31868ce
treebff9d25257019bb44ee6b6111c824475065a6aea
parent2f031d0d4de312d2aba9c139e50c732de1126941
Upgrade standalone build to NDK r10e

 * Clang is default compiler now, can be overriden by giving
-DDE_COMPILER=DE_COMPILER_GCC option to cmake when generating build
files.

 * ARM targets use libc++ for full C++11 compatibility, x86 continues to
use glibc++ due to a toolchain bug (bug 22124988).

Change-Id: Icc2d7f9f0d55c64cede39e02ea7344f3d4e3c408
android/scripts/common.py
framework/delibs/cmake/toolchain-android-r10e.cmake [new file with mode: 0644]
framework/delibs/debase/deDefs.h
framework/delibs/decpp/CMakeLists.txt