Revert static Android build until build master restarts.

llvm-svn: 242688
This commit is contained in:
Chaoren Lin 2015-07-20 17:35:52 +00:00
parent abe140cc31
commit 384db3ab16
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ set( __ANDROID_NDK__ True )
# a non-pie shim on API 16-, but that requires lldb-server to dynamically export
# its symbols, which significantly increases the binary size. Static linking, on
# the other hand, has little to no effect on the binary size.
if ( NOT DEFINED LLVM_BUILD_STATIC )
set( LLVM_BUILD_STATIC True )
endif()
#if ( NOT DEFINED LLVM_BUILD_STATIC )
# set( LLVM_BUILD_STATIC True )
#endif()
set( ANDROID_ABI "${ANDROID_ABI}" CACHE INTERNAL "Android Abi" FORCE )
if( ANDROID_ABI STREQUAL "x86" )