diff options
author | David Li <davidxli@google.com> | 2011-04-01 12:36:39 -0700 |
---|---|---|
committer | David Li <davidxli@google.com> | 2011-04-01 12:37:29 -0700 |
commit | d1e2ad94efa128450a3ea93a11c72bc6e4a749ba (patch) | |
tree | 230f193365bb00f7e414dd97242c97862eb64c93 /Android.mk | |
parent | f9de39d5647571bea3e5ee126538c3458962bc04 (diff) |
Fix build problems for Mac.
strnlen not available on Mac OS X.
Fix worker thread synchronization.
Change-Id: I774ecb9f39753a9da35073a0121af0fd2cdecd01
Signed-off-by: David Li <davidxli@google.com>
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -149,9 +149,8 @@ endif LOCAL_C_INCLUDES := $(libMesa_C_INCLUDES) -# libMesa only builds on Linux host for now -#include $(LLVM_ROOT_PATH)/llvm-host-build.mk -#include $(BUILD_HOST_STATIC_LIBRARY) +include $(LLVM_ROOT_PATH)/llvm-host-build.mk +include $(BUILD_HOST_STATIC_LIBRARY) # Static library for target |