Cleanup Android build and provide better diagnostics
authorGreg Fitzgerald <gregf@codeaurora.org>
Mon, 2 Jun 2014 23:11:24 +0000 (23:11 +0000)
committerGreg Fitzgerald <gregf@codeaurora.org>
Mon, 2 Jun 2014 23:11:24 +0000 (23:11 +0000)
commit0f7f731966aad7b1dc336eb33b22e78295e16d68
treeaf21e10f1696163ed8a931383097de4bd3a31fc5
parentd1a2c2d90599055b920052c98132323c08e5f72e
Cleanup Android build and provide better diagnostics

No longer need to set ANDROID if COMPILER_RT_TEST_TARGET_TRIPLE is
arm-linux-androideabi.

No need to set ANDROID_COMMON_FLAGS.  These flags are already in
CMAKE_CXX_FLAGS which are used in try_compile().

llvm-svn: 210053
compiler-rt/CMakeLists.txt