[Lldb-commits] [lldb] r242688 - Revert static Android build until build master restarts.
Chaoren Lin
chaorenl at google.com
Mon Jul 20 10:35:53 PDT 2015
Author: chaoren
Date: Mon Jul 20 12:35:52 2015
New Revision: 242688
URL: http://llvm.org/viewvc/llvm-project?rev=242688&view=rev
Log:
Revert static Android build until build master restarts.
Modified:
lldb/trunk/cmake/platforms/Android.cmake
Modified: lldb/trunk/cmake/platforms/Android.cmake
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/cmake/platforms/Android.cmake?rev=242688&r1=242687&r2=242688&view=diff
==============================================================================
--- lldb/trunk/cmake/platforms/Android.cmake (original)
+++ lldb/trunk/cmake/platforms/Android.cmake Mon Jul 20 12:35:52 2015
@@ -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" )
More information about the lldb-commits
mailing list