summaryrefslogtreecommitdiff
path: root/test/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/Android.mk b/test/Android.mk
index da5dc6e..a2785dc 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -31,8 +31,9 @@ LOCAL_STATIC_LIBRARIES := libMesa
LOCAL_SHARED_LIBRARIES := libbcc
LOCAL_C_INCLUDES := $(mesa_C_INCLUDES)
-include $(LLVM_ROOT_PATH)/llvm-host-build.mk
-include $(BUILD_HOST_EXECUTABLE)
+# libMesa only builds on Linux host for now
+#include $(LLVM_ROOT_PATH)/llvm-host-build.mk
+#include $(BUILD_HOST_EXECUTABLE)
# Executable for target
# ========================================================