Fix global makefiles for the tests to support android
Two changes are required to compile the tests for android * Disable the usage of -lpthread as it is included by default on android * Add -pie to the linker flags because android only support position independent executables Differential revision: http://reviews.llvm.org/D7856 llvm-svn: 230487
Loading
Please sign in to comment